Installing .net 1.1 after installing 2.0

G

Guest

Hi all,

I have .net 2.0 , visual studio 2005, sql server 2005 etc installed in my
system. Now I also need .net 1.1. Can I use .net 1.1 CD (or just the 1.1
redistributable??) and install this side by side to 2.0? If so what are the
precautions I should take ? will anything break after doing so? I am using
windows XP operating system.

Thanks
 
Y

Yuan Ren[MSFT]

Hi,

Thanks for posting!

For the current issue, I don't recommend you to install the early version
for .NET framework into the current machine which has been installed the
latest version for .NET framework. Because this will cause that the
environment variable of system and registration information of IIS are
modified. If you have to follow this way, I suggest you use the
aspnet_regiis command to register the ASP.NET to IIS for both v1.1 and
v2.0. After this, please modify the environment variable as the normal
system which is installed the .NET framework v1.1 first and v2.0 second.
So, the application maybe run correctly.

Thanks for your understanding!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top