473,545 Members | 1,977 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1787
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****@discuss ions.microsoft. com> wrote in message
news:BE******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:BE******** *************** ***********@mic rosoft.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****@discuss ions.microsoft. com> wrote in message
news:BE******** *************** ***********@mic rosoft.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
2190
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: http://spaces.msn.com/members/gregorybeamer/Blog/cns!1ptsyfBgfiUmsaQCul95SOyg!141.entry If the above URL wraps and you want a shorter URL for the entry: http://tinyurl.com/9yxbs --
1
1743
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 about 150,000 lines of C#. I've only just converted this to VS2005 project but am frustrated with the following: - VS2005 insists on compiling...
2
1284
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 in the resources. The project builds fine for debug and release. I've put all files on 5 company laptops. 4 are Dell M65s and the other is an...
3
1696
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 project so that F5 runs the newer version? Is there a way to clear the older versions (other than deleting the files manually) and is there something I...
8
1635
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 to switch the version of .NET you can "compile" in? I have Visual Studio 2005. The versions they have installed: 2.0.50727.42
0
1070
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 general teaching purposes. Computers are members of Active Directory (Windows 2003 Ent Server). Users are inserted in the global group and the...
8
1259
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
1082
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 installing VS2005 you automatically get .NET 2.0 but not .NET 1.1.
8
1369
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). Considering using an interface as shown below with two implementations (for now). Lets for simplicity call them VersionNumber and VersionCharacter.
5
1891
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
7410
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7923
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7773
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5984
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4960
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1025
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
722
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.