简体   繁体   English

.Net Framework版本dll兼容性

[英].Net Framework version dll compatibility

I have a project in .Net Framework 4.5 but I got a third party dll which is in .Net Framework version 4.5.2. 我在.Net Framework 4.5中有一个项目,但是在.Net Framework 4.5.2中有第三方dll。 It does not support on 4.5 version. 在4.5版本上不支持。 Could it be possible that I run that dll on 4.5 version. 我可能在4.5版本上运行该dll。

Any help would be appreciated. 任何帮助,将不胜感激。

No, don't think you can reference that dll since it's target framework version 4.5.2 is higher than the version your referencing project is built on. 不,不要认为您可以引用该dll,因为它的目标框架版本4.5.2高于引用项目所基于的版本。

I have a project in .Net Framework 4.5 我在.Net Framework 4.5中有一个项目

You can change the target framework version for this project to 4.5.2 as well to be compatible. 您也可以将此项目的目标框架版本更改为4.5.2 ,以使其兼容。

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

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