简体   繁体   中英

How to link .NET 2.0 f/w environment for vs2003

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

您将需要使用针对.NET 2.0开发的Visual Studio版本(意味着VS 2005或VS 2008)。

Sorry, you can't do that. VS2003 will never know anything about .NET 2.0.

No, this is impossible. You cannot use .NET 2.0+ assemblies in .NET 1.x apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM