Hi vs2003 runs under 1.1 framework.Now install 2.0 framework.Now how can i link .NET 2.0 libraries such that VS2003 has intellisence of 2.0 libraries.How can i do this?? Is it possible if yes how can i do this
A:
Sorry, you can't do that. VS2003 will never know anything about .NET 2.0.
John Saunders
2009-05-05 11:25:24
A:
No, this is impossible. You cannot use .NET 2.0+ assemblies in .NET 1.x apps.
Anton Gogolev
2009-05-05 11:26:06
+2
A:
You will need to use a Visual Studio version targeted at .NET 2.0 development (meaning either VS 2005 or VS 2008).
Fredrik Mörk
2009-05-05 11:26:28