472,325 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,325 software developers and data experts.

Asp.Net 2.0 / 1.1 and Visual Studio 2005 Beta 2. What should I do?

Hello,

I am starting 2 new projects to deliver in January 2006.
I want to create them in Asp.Net 2.0 using Visual Studio 2005.

All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1
/ VB.NET.
These web sites use Access Databases and NOT Microsoft SQL 2000.
In the future I will need to make a few changes now and then to this web
sites.

So, if I install Visual Studio 2.0 in my computer will I be able to:

1. Open my Visual Studio 2003 projects?

2. Edit Asp.Net 1.1 / Vb.Net projects and compile them?

I don't need to use any of the Drag and Drop features or properties
windows in Visual Studio 2005.
Of course I will only use Asp.Net 1.1 code in these projects.
All I need is to be able to work on the code and compile it. Maybe
there is an ASp.Net 1.1 compiler?

3. Can I preview the Asp.Net 1.1 web sites in my computer after
installing Visual Studio 2005?
I supose I will have Asp.Net 2.0 Framework, right?
Anyway, I believe these are problems most people have since using Visual
Studio 2005.

Can someone, please, help me out with this?

Thanks,
Miguel
Nov 19 '05 #1
3 2185
1. Open my Visual Studio 2003 projects?

Yes, but they will be converted to 2.0 format. Save a 1.1 copy.

2. Edit Asp.Net 1.1 / Vb.Net projects and compile them?

Cannot compile for the 1.1 Framework in VS 2005. As long as you do not use
new features, you can take the code back to 1.1 and compile it, taking
advantage of the 2.0 IDE, but you will have to know what is 1.1 and what is
2.0 or you will have a problem.

3. Can I preview the Asp.Net 1.1 web sites in my computer after installing
Visual Studio 2005?

1.1 and 2.0 can sit side-by-side on a computer and you have the ability to
have a 1.1 site running along side a 2.0 site. As long as you leave your 1.1
work in a 1.1 site, there is no problem.

Short answer: VS 2005 can be installed on a machine with VS.NET 2003, but
you will have to leave each site in its own IDE. When you move to 2.0, it is
easiest if you never go back.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Shapper" wrote:
Hello,

I am starting 2 new projects to deliver in January 2006.
I want to create them in Asp.Net 2.0 using Visual Studio 2005.

All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1
/ VB.NET.
These web sites use Access Databases and NOT Microsoft SQL 2000.
In the future I will need to make a few changes now and then to this web
sites.

So, if I install Visual Studio 2.0 in my computer will I be able to:

1. Open my Visual Studio 2003 projects?

2. Edit Asp.Net 1.1 / Vb.Net projects and compile them?

I don't need to use any of the Drag and Drop features or properties
windows in Visual Studio 2005.
Of course I will only use Asp.Net 1.1 code in these projects.
All I need is to be able to work on the code and compile it. Maybe
there is an ASp.Net 1.1 compiler?

3. Can I preview the Asp.Net 1.1 web sites in my computer after
installing Visual Studio 2005?
I supose I will have Asp.Net 2.0 Framework, right?
Anyway, I believe these are problems most people have since using Visual
Studio 2005.

Can someone, please, help me out with this?

Thanks,
Miguel

Nov 19 '05 #2
vs2005 does not support asp 1.1 style code (notepad and asp.net 2.0 do).
vs2005 uses partial classes to implement the page/codebehind model and this
is not supported by vs2003. also because vs2005 does not use project files,
it can not really be used for vs2003 coding style (can not build the single
codebehind dll).

to work on asp.net 1.1 use vs2003.

-- bruce (sqlwork.com)


"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:ee**************@TK2MSFTNGP15.phx.gbl...
Hello,

I am starting 2 new projects to deliver in January 2006.
I want to create them in Asp.Net 2.0 using Visual Studio 2005.

All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1 /
VB.NET.
These web sites use Access Databases and NOT Microsoft SQL 2000.
In the future I will need to make a few changes now and then to this web
sites.

So, if I install Visual Studio 2.0 in my computer will I be able to:

1. Open my Visual Studio 2003 projects?

2. Edit Asp.Net 1.1 / Vb.Net projects and compile them?

I don't need to use any of the Drag and Drop features or properties
windows in Visual Studio 2005.
Of course I will only use Asp.Net 1.1 code in these projects.
All I need is to be able to work on the code and compile it. Maybe there
is an ASp.Net 1.1 compiler?

3. Can I preview the Asp.Net 1.1 web sites in my computer after installing
Visual Studio 2005?
I supose I will have Asp.Net 2.0 Framework, right?
Anyway, I believe these are problems most people have since using Visual
Studio 2005.

Can someone, please, help me out with this?

Thanks,
Miguel

Nov 19 '05 #3
> So, if I install Visual Studio 2.0 in my computer will I be able to:

....

The answer to all of your questions is "yes, as long as you don't uninstall
Visual Studio.Net 2003."

VS.net 2005 will only work with .Net 2.0 projects, and like VS.Net 2003,
will upgrade projects written for a previous version of the .Net platform.
You can have both platforms and both IDEs on one machine.

If you want to take a chance on having a converted 1.1 app ready by January,
using a RC version of the VS.Net product until November, that's your call.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Big things are made up of
lots of little things.

"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message
news:ee**************@TK2MSFTNGP15.phx.gbl...
Hello,

I am starting 2 new projects to deliver in January 2006.
I want to create them in Asp.Net 2.0 using Visual Studio 2005.

All my clients web sites are Visual Studio 2003 projects in Asp.Net 1.1 /
VB.NET.
These web sites use Access Databases and NOT Microsoft SQL 2000.
In the future I will need to make a few changes now and then to this web
sites.

So, if I install Visual Studio 2.0 in my computer will I be able to:

1. Open my Visual Studio 2003 projects?

2. Edit Asp.Net 1.1 / Vb.Net projects and compile them?

I don't need to use any of the Drag and Drop features or properties
windows in Visual Studio 2005.
Of course I will only use Asp.Net 1.1 code in these projects.
All I need is to be able to work on the code and compile it. Maybe there
is an ASp.Net 1.1 compiler?

3. Can I preview the Asp.Net 1.1 web sites in my computer after installing
Visual Studio 2005?
I supose I will have Asp.Net 2.0 Framework, right?
Anyway, I believe these are problems most people have since using Visual
Studio 2005.

Can someone, please, help me out with this?

Thanks,
Miguel

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Benjamin.Nitschke | last post by:
Today I installed Microsoft Visual Studio 2005 Beta 2 from the Visual Studio Beta Experience Kit. After installing (which takes way to long) when I...
18
by: Brandon Bray [MSFT] | last post by:
Shortly, the Visual C++ Tools Refresh will be available on the MSDN Visual C++ devcenter. You will need to have installed the Visual Studio 2005...
4
by: Jason Shohet | last post by:
I'm using Visual Studio, with ASP.NET. Is VSS on a separate CD. Also, is it possible to use the VSS beta (2005) with .NET if I'm not using the...
5
by: Patrick Olurotimi Ige | last post by:
Hi, I have VStudio.Net 2003 installed but can i install Visual Web Developer also on the same PC. My current .Net Frameork version is 1.1. Will...
4
by: Charts | last post by:
6/23/05 ..NET Development\Framework\dotnet.framework.aspnet Visual Studio 2005 Beta 2 project cannot work in IIS virtual directory I used...
0
by: Dr. Zharkov | last post by:
Hello. To see the graphics of technology DirectX 9.0 SDK Update - June 2005 in project Visual Basic, WindowsApplication1 from Visual Studio 2005...
4
by: interwanderer | last post by:
something very odd... I have installed visual studio 2005 on my machine. I created a console application with visual basic 2005 or C#. I typed...
1
by: micky | last post by:
i've download vs studio team suite but it look like beta 2 CTP versio such as folder structure.. there are msdn, visio, vs ,vss folder and to...
54
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.