Is possible to use .NET 2.0 in VS 2003?

Is possible to use .NET 2.0 in VS 2003


Answer this question

Is possible to use .NET 2.0 in VS 2003?

  • CJW99

    No, unless you want to create the files in 2003 then compile them by hand in outside the editor via the .net 2 SDK.


  • Inaki Ayucar

    yup..i agree with them, u cant do like this. because there are 2 difference version of framework. there got many new components in 2.0 that don have in vs2003 or 1.1 so vs2003 can't support it.... :)


  • Matt A

    Hey jeusdi,

    I'm afraid Visual Studios won't allow you to do that. VS 2003 uses the .NET 1.1 framework while VS 2005 uses the .NET 2.0 framework. You can use .NET 1.1 components in .NET 2.0, but you cannot use .NET 2.0 components in an older environment.

    Hope this helps!.



  • Is possible to use .NET 2.0 in VS 2003?