您可以忽略强命名引用的特定版本吗?

发布于 2024-12-04 23:13:41 字数 99 浏览 0 评论 0原文

我正在为具有强命名引用的产品做一些插件。如果我在特定版本中选择false,程序会抱怨该引用已安装。

是否有可能忽略特定的强命名引用?

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 already.

Is there any possibility to ignore specific strongly named references?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟燃烟灭 2024-12-11 23:13:41

您不能忽略它,但可以将请求从一个版本重定向到另一个版本。

请参阅:重定向程序集版本

特定版本属性仅适用于对没有强名称的程序集的引用。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文