如何忽略来自 Cassini 的 GAC 参考?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以更改更新后的程序集的版本,并确保 Web 应用程序中的程序集引用完全限定该版本。
You could change the version of the updated assembly and ensure that the assembly reference in the web app fully qualifies the version.