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.... :)
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.
Is possible to use .NET 2.0 in VS 2003?
CJW99
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!.