如何忽略来自 Cassini 的 GAC 参考?

发布于 2024-07-06 23:53:23 字数 149 浏览 4 评论 0原文

我在 GAC 中有一个程序集,当我调试 Web 应用程序时会加载该程序集。 但是,我已经更改了正在调试的 Web 应用程序中的程序集,但 VS2008/Cassini 正在选择 GAC 中的程序集。

如何让 VS2008/Cassini 使用我正在调试的那个?

I have an assembly in the GAC which gets loaded when I'm debugging a web app. However, I've changed that assembly in the web app that I'm debugging but VS2008/Cassini is picking up the one in the GAC.

How do I make VS2008/Cassini use the one that I'm debugging?

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

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

发布评论

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

评论(1

等待圉鍢 2024-07-13 23:53:24

您可以更改更新后的程序集的版本,并确保 Web 应用程序中的程序集引用完全限定该版本。

You could change the version of the updated assembly and ensure that the assembly reference in the web app fully qualifies the version.

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