开发者

Can you ignore specific versions of strongly named references?

开发者 https://www.devze.com 2023-04-05 07:55 出处:网络
I am doing some addons on a product which has strongly named references. If I select false in Specific Version, the program complains that the reference is installed al开发者_运维知识库ready.

I am doing some addons on a product which has strongly named references. If I select false in Specific Version, the program complains that the reference is installed al开发者_运维知识库ready.

Is there any possibility to ignore specific strongly named references?


You cannot ignore it, but you can redirect a request from one version to another version.

See:Redirecting Assembly Versions

The Specific Version property is only applicable for references to assemblies that don't have a strong name.

0

精彩评论

暂无评论...
验证码 换一张
取 消