473,396 Members | 1,898 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Running both versions VS2005-VS2003 / ASP.NET 2.0

Hello,

I see that VS2005 and the new framework 2.0 is out to the public now.
Wondering about some things.

When you install the new framework 2.0 can a person still use visual studio
2003 or do you need to use Visual Studio 2005?

If you can use the new framework 2.0 with VS2003 are there any benifits?

Can you run VS2003 and VS2005 on the same machine?

Do VS2003 projects port over to Visual Studio 2005 without much of a problem?
The main reason I ask is I have projects I have done for customers with the
framework verison 1.1 using VS2003. Wanting to know the implications or
upgrade path to use the VS2005 while maintaining my other customers with
projects built on VS2003 and framework version 1.1.
Thanks,

Darrin


Nov 19 '05 #1
3 1781
VS2003 will always use the 1.1 version of the framework.
VS2005 will always use the 2.0 version of the framework.
You cannot use the 2.0 framework with VS2003.

VS2003 projects port over to VS2005 pretty seamlessly. As always make a
backup first.

VS2003 and VS2005 for very well side by side on the same machine.

Unless your customer is willing to pay for the upgrade, I would leave them
where they are. In general simply upgrading a project to VS2005 / 2.0 will
not give you any additional functionality or performance.
-Andrew

"Darrin" <Da****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
Hello,

I see that VS2005 and the new framework 2.0 is out to the public now.
Wondering about some things.

When you install the new framework 2.0 can a person still use visual
studio
2003 or do you need to use Visual Studio 2005?

If you can use the new framework 2.0 with VS2003 are there any benifits?

Can you run VS2003 and VS2005 on the same machine?

Do VS2003 projects port over to Visual Studio 2005 without much of a
problem?
The main reason I ask is I have projects I have done for customers with
the
framework verison 1.1 using VS2003. Wanting to know the implications or
upgrade path to use the VS2005 while maintaining my other customers with
projects built on VS2003 and framework version 1.1.
Thanks,

Darrin


Nov 19 '05 #2
inline...

"Darrin" <Da****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
Hello,

I see that VS2005 and the new framework 2.0 is out to the public now.
Wondering about some things.

When you install the new framework 2.0 can a person still use visual
studio
2003 or do you need to use Visual Studio 2005?
You can still use both. VS 2003 still compiles for 1.1 and VS 2005 compiles
for 2.0
If you can use the new framework 2.0 with VS2003 are there any benifits?
You cannot.
Can you run VS2003 and VS2005 on the same machine?
Yes.
Do VS2003 projects port over to Visual Studio 2005 without much of a
problem?
I'll let others that have actually succeeded doing it answer that. The
little I did was a mess. :) VS 2005 expects your HTML to be in XHTML format.
The wizard doesn't convert it for you. You can probably change the !DOCTYPE
to prevent all the errors, but I haven't gotten that far yet.
The main reason I ask is I have projects I have done for customers with
the
framework verison 1.1 using VS2003. Wanting to know the implications or
upgrade path to use the VS2005 while maintaining my other customers with
projects built on VS2003 and framework version 1.1.
Thanks,

Darrin


Nov 19 '05 #3
Thanks guys!!!

"Andrew Robinson" wrote:
VS2003 will always use the 1.1 version of the framework.
VS2005 will always use the 2.0 version of the framework.
You cannot use the 2.0 framework with VS2003.

VS2003 projects port over to VS2005 pretty seamlessly. As always make a
backup first.

VS2003 and VS2005 for very well side by side on the same machine.

Unless your customer is willing to pay for the upgrade, I would leave them
where they are. In general simply upgrading a project to VS2005 / 2.0 will
not give you any additional functionality or performance.
-Andrew

"Darrin" <Da****@discussions.microsoft.com> wrote in message
news:BE**********************************@microsof t.com...
Hello,

I see that VS2005 and the new framework 2.0 is out to the public now.
Wondering about some things.

When you install the new framework 2.0 can a person still use visual
studio
2003 or do you need to use Visual Studio 2005?

If you can use the new framework 2.0 with VS2003 are there any benifits?

Can you run VS2003 and VS2005 on the same machine?

Do VS2003 projects port over to Visual Studio 2005 without much of a
problem?
The main reason I ask is I have projects I have done for customers with
the
framework verison 1.1 using VS2003. Wanting to know the implications or
upgrade path to use the VS2005 while maintaining my other customers with
projects built on VS2003 and framework version 1.1.
Thanks,

Darrin



Nov 19 '05 #4

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

Similar topics

30
by: Cowboy \(Gregory A. Beamer\) | last post by:
There seems to be a lot of confusion on the versions of Visual Studio 2005. My latest blog entry covers the different versions: Main URL:...
1
by: Ben Fidge | last post by:
Can anyone shed some light on why compiling and running web-apps is so slow in VS2005. I have a solution with 3 web-apps, 20 or so library projects and several winforms apps. All in all it totals...
2
by: stunt016 | last post by:
I have a C# project made in VS2005. The project is an ActiveXLink bridge between two pieces of software. It uses multiple DLL's including 3 DLL's that were created by my company, all are listed...
3
by: Titan | last post by:
When I run my project (F5), it runs an older version of my project. However, when I build or rebuild the solution, it builds flawlessly... so shouldn't this overwrite the older version of my...
8
by: iamleppert | last post by:
Hello, I have some systems that have older versions of .NET framework installed. The company I am contracting with refuses to update the framework installed on their machines. Is there any way...
0
by: Milos Puchta | last post by:
Hi we have two versions of VS in our lab environment. There are VS2002 and VS2005 The older version is for compatibility reason when using ObjectARX (Autocad 2004) and the newer one is used for...
8
by: howard | last post by:
How to know versions of .Net runtime installed on a PC? What versions of .Net automatically installed when installing VS2005 or VS2008?
7
by: Tony Johansson | last post by:
Hello! I just wonder what do I miss if I only have VS2005 without having ..NET 1.1 installed ? According to Jon Skeet he said that it makes sense to have both 1.1 and 2.0 installed. When...
8
by: RedLars | last post by:
Hi, Appreciate some input on a small design issue. Need to represent a version in an application that come in various formats (1.2.3 or 'a') and number of octets (1.2 or 1.2.3.4.5). ...
5
by: Bill McCormick | last post by:
I'm mostly using C# but have some VB.NET apps in VS2005 (C#2.0 & .NET 2.0). Are there any issue running VS2005 and VS2008 on the same machine? Thanks, Bill
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.