“发现不同版本之间的冲突”中哪些程序集发生冲突?

发布于 2024-08-28 17:38:49 字数 58 浏览 3 评论 0原文

我从我的一个项目中收到“发现不同版本之间的冲突”。

如何找出哪些程序集实际上存在冲突?

I am getting "found conflict between different versions" from one of my projects.

How do I find out which assemblies are actually in conflict?

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

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

发布评论

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

评论(3

优雅的叶子 2024-09-04 17:38:49

构建解决方案并检查输出窗口 - 您应该能够在其中看到。

Build the solution and check the output window - you should be able to see in there.

早乙女 2024-09-04 17:38:49

错误列表窗口(CTRL+W、E)应显示哪些程序集发生冲突。否则,输出窗口 (CTRL+W,O) 将显示为构建任意选择的冲突程序集。

The error list window (CTRL+W,E) should show which assemblies were in conflict. Failing that, the output window (CTRL+W,O) will show which of the conflicting assemblies was arbitrarily picked for the build.

莳間冲淡了誓言ζ 2024-09-04 17:38:49

替代文本 http://img82.imageshack.us/img82/2484/vs2010sucks2.png< /a>

通常,双击错误会将您带到导致问题的行。在那里您可以检查从引用程序集调用的方法调用。

- 编辑 -
但是,我同意最后的评论;链接错误不会在特定代码行上引发。

alt text http://img82.imageshack.us/img82/2484/vs2010sucks2.png

Usually, double clicking the error takes you to the line causing problems. There you can check the method calls being called from referencing assemblies.

--Edit--
But, I agree with the last comment; link error does not throw on the particular line of code.

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