简体   繁体   English

如何为vs2003链接.NET 2.0 f / w环境

[英]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?? vs2003在1.1框架下运行。现在安装2.0框架。现在我该如何链接.NET 2.0库,以使VS2003具有2.0库的智能。我该怎么做? 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. VS2003对.NET 2.0一无所知。

No, this is impossible. 不,这是不可能的。 You cannot use .NET 2.0+ assemblies in .NET 1.x apps. 您不能在.NET 1.x应用程序中使用.NET 2.0+程序集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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