Visual Studio 2003  
Author Message
Sukh1983





PostPosted: .NET Framework Setup, Visual Studio 2003 Top

Dear All,

I am currently using Visual Studio 2003, with Framework 1.1. I tried to install v2.0 but VS still uses v1.1. Just wondering whether it was possible to use v2.0 with VS2003, and if so how I would do it.

Thanks

Sukh



.NET Development35  
 
 
ahmedilyas





PostPosted: .NET Framework Setup, Visual Studio 2003 Top

im afraid its not possible to use it. Each version of VS is married to the .NET Framework version it was released with, with the exception of VS2005 (allows you to use .NET 3.0 with an addin)

the only way to use .NET 2.0 is either:

  • purchase VS2005

  • download the express editions and dev .NET 2.0 apps within it

  • use the vb.NET or C# compiler of .NET Framework 2.0 and manually write out code with notepad for example

  • download the 180 day trial of VS2005 Professional



  •