简体   繁体   中英

.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. It does not support on 4.5 version. Could it be possible that I run that dll on 4.5 version.

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.

I have a project in .Net Framework 4.5

You can change the target framework version for this project to 4.5.2 as well to be compatible.

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