1.1 Framework and VisualStudio 2002

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to use some of the new features of the 1.1 .NET Framework in Visual Studio 2002 but it seems to keep using the 1.0 .NET Framework to build projects (I've both 1.0 and 1.1 installed). I tried to remove 1.0 to 'force' VS2002 to switch to 1.1 but that failed

Must I upgrade to VS2003 in order to build/test using the 1.1 .NET Famework?
 
=?Utf-8?B?dGhlbGVuag==?= said:
I'd like to use some of the new features of the 1.1 .NET Framework in
Visual Studio 2002 but it seems to keep using the 1.0 .NET Framework
to build projects (I've both 1.0 and 1.1 installed). I tried to
remove 1.0 to 'force' VS2002 to switch to 1.1 but that failed.

Must I upgrade to VS2003 in order to build/test using the 1.1 .NET
Famework?

VS2002 is fixed to 1.0
Only at runtime you can switch to 1.1 via assembly-config-file.

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp

Do you need daily reports from your server?
http://sourceforge.net/projects/srvreport/
 
Back
Top