VS.NET from .NET Framework 1.1 to 2.0

the_atom

Active member
Joined
Apr 18, 2007
Messages
26
Programming Experience
Beginner
Is it possible to change my Visual Studio.Net's Framework to 2.0? If so, How?
 
You can't change framework version for Visual Studio.NET 2002, Visual Studio.NET 2003 or Visual Studio.NET 2005, they use the version IDE was designed for, .Net 1.0, 1.1 and 2.0 respectively.

All framework versions and Visual Studio versions can be installed on same machine and used independently. Here's the easiest path to go 2.0: http://msdn.microsoft.com/vstudio/express/
 
Back
Top