简体   繁体   English

如何在不损害已经安装的3.5和4.0的情况下安装.Net Framework 2.0?

[英]How to install .Net Framework 2.0 without harming 3.5 and 4.0 already installed?

I've got quite a complex .Net 2.0 project to build (with VS 2010) which does not build without 2.0 version of System.ServiceModel.dll and does not run if compiled with .Framework 4.0. 我要构建一个非常复杂的.Net 2.0项目(使用VS 2010),如果没有System.ServiceModel.dll的2.0版本,则无法构建该项目,如果使用.Framework 4.0进行编译,则该项目无法运行。 Can I install Net Framework 2.0 safely after 3.5 and 4.0? 3.5和4.0之后可以安全安装Net Framework 2.0吗? Or where can I download an old System.ServiceModel .dll assembly? 或者在哪里可以下载旧的System.ServiceModel .dll程序集?

The framework 3.5 includes the 3.0 and the 2.0 so it should suffice. 框架3.5包括3.0和2.0,因此应该足够了。 Note however that System.ServiceModel.dll was released with the framework 3.0 and has the version 3.0.0.0. 但是请注意,System.ServiceModel.dll与框架3.0一起发布,并且具有版本3.0.0.0。 The only System.ServiceModel.dll with version 2.0.0.0 that ever shipped was with early CTPs of WCF (see the bottom of this page ). 唯一附带的版本为2.0.0.0的System.ServiceModel.dll是WCF的早期CTP(请参见本页底部)。

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

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