Visual Studio .NET 2005 and 2003 together...

This is a question I have to do...

I'm using Visual Studio .NET 2005 Beta 1 on a Virtual machine and all works good but... what could happen if I'll try to install it on the same machine where I've installed Visual Studio .NET 2003? The 1.1 and 2.0 Framework can live together without problems?

I need to setup a new machine at work to start working with VS2005 Beta and I need this feedback before starting...

Print | posted on Wednesday, November 24, 2004 5:26 PM

Comments on this post

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
I'm not an expert on it, but i've tinkered a little with a machine that has both.

the only issue i had is that debugging on VS2003 didn't work anymore. there might be an easy fix for it, but i couldn't be bothered finding out
Left by Geoff Appleby on Nov 24, 2004 1:34 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
i use both 2003 and 2005 just fine. there was one hiccup where 2003's ENVDTE.DLL got hosed, but I'm not sure if the 2005 installation caused it.

A "Repair" operation fixed it.
Left by Eric Newton on Nov 24, 2004 4:35 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
i haven't had any problems... yet. i've had them running beside one another for a while now and no problems. good luck!
Left by luc on Nov 24, 2004 5:46 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
i have installed them..found no issues till now..
Left by avnrao on Nov 24, 2004 6:30 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Thanks for the feedback guys... I think I'll try the installation on the same machine soon.
Left by Stefano Demiliani on Nov 24, 2004 10:42 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Stefano,

i have both running on the same machine for some time now. i only noticed one problem which has todo with online help. each time i press f1 inside of the 2003 ide, help opens a dialog 'no installing help' (twice) which must be cancelled in order for the helpsystem to show help. i haven't found a workaround for this.

WM_MY0.02$
thomas woelfer
Left by thomas woelfer on Nov 25, 2004 1:05 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
from dot247.com

Installing the Visual Studio 2005 Beta would configure IIS to use the v2.0
.NET Framework, it would cause that Visual Studio.NET 2003 cannot debug
against the new version.

You have to configure IIS using the v1.1 NET Framework again:

Open a command prompt and navigated to the 2.0 .NET Framework folder:
C:\Windows\Microsoft.NET\Framework\v2.0.*

Then run the following command to remove the 2.0 mappings from IIS:
ASPNET_RegIIS.exe -u

After this we navigated to the 1.1 .NET Framework folder:
C:\Windows\Microsoft.NET\Framework\v1.1.4322

Run the following command to configure IIS to use the 1.1 .NET Framework
ASPNET_RegIIS –i



- - - -

Do the reverse to switch back to using Visual Studio 2005
Left by Gary Puerini on Dec 09, 2004 10:41 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Thanks a lot Gary, really a interestint tip.
Left by Stefano Demiliani on Dec 10, 2004 12:36 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
i want to buy visual studio 2003
how can i get it , the academic version and i will like to know how to send the money to you .

ugo
Left by ugochukwu c okpara on Dec 14, 2004 8:00 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
To buy Visual Studio 2003 you've to contact Microsoft in your country... they can give you the right direction to buy it.
Left by Stefano Demiliani on Dec 14, 2004 10:48 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
I installed the 2.0 version of the Framework on my development box and found that the debugger no longer worked. I did some research and found that by installing the new version, every application I had in IIS 5.0 had been configured to employ the newest version of the Framework. It also installed a new tab, "ASP.NET" in the Properties dialog for IIS where you could configure which version of the Framework to use for every application. When I tried to set the version to 1.1 however, the required registry change did not take place, because the application in question still would not debug, and when I looked at the Properties section again, the version was still set to version 2.0. I did a little more research and found a neat little GUI app that will make the required changes for you. I forgot the URL, but the name of the app is "ASP.NET Version Switcher". It should do the trick.
Left by Scott Osborne on Dec 28, 2004 11:42 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Hello there,

I have a question, I use VS 2003 and I want to use VS 2005 at same time on same machine, I read this forum but there is no clear answer to this question!
Can someone answer this question?

thanks

Left by STPeyman on Mar 08, 2006 7:18 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Peyman, yes you can install Visual Studio 2003 and 2005 on the same machine. .NET Framework 1.1 and 2.0 can live together.
Left by Stefano Demiliani on Mar 08, 2006 8:22 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Is it possible to compile a .Net 1.0 or .Net 1.1 application under Visual Studio 2005? If so... how?

Thx
Left by Joe Smith on May 26, 2006 1:49 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Joe, is it possible if you use this new plugin released by Microsoft (on beta stage) called MsBee.
You can find it here:
http://www.gotdotnet.com/codegallery/codegallery.aspx?id=9ac94da5-8e5a-4a33-beda-9b8d00970371
Left by Stefano Demiliani on May 26, 2006 1:55 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Hi guys, I need to run Visual Studio 2005, VS 2003, and VS 6.0 on the same machine! Are there any issues with doing this? None of the software I am running is Beta or any pre-release version.

Thanks,
Herman
Left by Herman on Jul 18, 2006 4:49 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
No, no problem... the environments can live together.
Left by Stefano Demiliani on Jul 18, 2006 6:08 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
hi guys,
i thing i may get error mapping with the server. if i use both vs.net 2003 & .net 2005 on same machine. if not please tell me, that how to install vs.net 2005 in my machine which is already having vs.net 2003.
Left by ghouse on Oct 17, 2006 7:32 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
hi there
i have buth .net 2003 and 2005 together and it's looks fine, But opening aspx page from the VS enviroment, open it like that http://localhost:<port_number>/<site_name>/...aspx when i try to open it without the port number it gives me an error (about the web.config file). it looks like the iis dont know how to work with the web.config of the 2005.
any one know something?
Left by Ori on Oct 30, 2006 9:09 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Hi.

I had Visual Studio 2003 installed. I installed Visual Studio 2005 (non Upgrade) on the same computer. Soon there after I downloaded and installed IE 7. IE 7 and VS 2005 seem to work fine. VS 2003 will no longer allow me to debug apps. I have tried unregistering framework 2.0 in IIS and re-registering framework 1.1 in IIS. The ASP.Net tab no longer apperas in IIS to select the version, so I believe it worked. However, I still cannot debug VS 2003 apps. I get the error message saying I must be a member of the debug users group. I verified I am in the debug users and vs developers group. HELP!!!!!!! I have run mulitple apps from this computer in VS 2003. I am not sure what happened!
Left by Rog on Jan 21, 2007 11:53 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Rog, I think that the post of Gary Parini on this list could be helpful for you.
Open a command prompt and navigated to the 2.0 .NET Framework folder:
C:\Windows\Microsoft.NET\Framework\v2.0.*
Then run the following command to remove the 2.0 mappings from IIS:
ASPNET_RegIIS.exe -u
After this we navigated to the 1.1 .NET Framework folder:
C:\Windows\Microsoft.NET\Framework\v1.1.4322
Run the following command to configure IIS to use the 1.1 .NET Framework
ASPNET_RegIIS –i
Left by Stefano Demiliani on Jan 21, 2007 11:58 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Hi,

I have some users that have Visual Studio 2003 and we have purchased for them Visual Studio 2005 upgrade. I have read in numerous places that installing 2005 will not replace 2003. My big question is: Can a user who has 2003 and an UPGRADE version of 2005 LEGALLY have them both installed on the same machine?

Please help. I am not finding anything about this on the web.

Thanks,
Vance
Left by Vance on Feb 06, 2007 8:59 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
I don't know how the upgrade version works (if it will replace the VS2003 instance or not), but you must have a valid VS2003 license in order to have the VS2005 Upgrade, so legally you can do that.
Left by Stefano Demiliani on Feb 07, 2007 6:08 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
I am currently having visual studio 2005 in my machine. I want to install visual web developer 2005 or visual studio.net 2005 in the same machine. Will there be any problems. Also I have SQL Server 2005 standard edition installed in the same machine. As part of SQL Server 2005, ASP.NET 2.0 framework is installed in this machine. I got this information from the IIS properties.

As this machine is my development environment, I want to make sure before I install visual studio.net 2005 in this machine.

This is for my academic interest only. Can I download and use the copy from the Microsoft web site?

Thanks in advance.
Sri
Left by Sri on Jul 10, 2007 11:06 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
You can install visual web developer without problems.
Left by Stefano Demiliani on Jul 10, 2007 11:26 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Can i install visual studio 2003 after i've visual studio 2005 installed and working perfectly fine? Will both work fine then?
Left by shakeel on Sep 04, 2008 1:24 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Yes, it works...
Left by Stefano Demiliani on Sep 04, 2008 2:12 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
I currently have a license for Visual Studio 2005 Professional.

Can I also install and use 2003 on the same machine using the same license. If so, could you point me to a document proving so (so i can show my IT departement).
Left by Lewis on Sep 18, 2008 4:40 PM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Interesting post! Thank you for all your answers!
Left by PML on Dec 12, 2008 10:30 AM

# re: Visual Studio .NET 2005 and 2003 together...

Requesting Gravatar...
Thanks Guys.... Really helpful posts.
Left by Shrikant Landge on Feb 23, 2009 3:54 PM

# replica jewelry

Requesting Gravatar...

Requesting Gravatar...
Interesting post! Thank you for all your answers!
Left by replica jewelry on Apr 29, 2010 5:32 AM

Your comment:

 (will show your gravatar)
 
Please add 4 and 3 and type the answer here: