vs 2002 version 7.0.9466 and .NET 1.1.4322

  • Thread starter Thread starter greg
  • Start date Start date
You can safely run multiple versions of the .NET framework (as long as they
are the same language) on a machine. However, you won't be able to use any
of .NET 1.1's features in Visual Studio 2002. Keep in mind that installing a
newer version of the .NET framework tends to set all your IIS virtual
directories to use that version of the framework. There's a good tool for
switching it back here:

http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx

You may also want to check out the Visual Studio 2005 Express products for a
free look into the future of .NET

http://labs.msdn.microsoft.com/express/

Happy coding,
Johann MacDonagh
 
Back
Top