ASP.NET MVC 2:“无法加载文件或程序集”
突然,我收到此错误:
无法加载文件或程序集“WnvHtmlConvertDemo”或其依赖项之一。找到的程序集的清单定义与程序集引用不匹配。 (HRESULT 异常:0x80131040)
但我已经删除了使用此 DLL 和任何引用的任何痕迹...但我仍然收到此错误!
项目正在寻找这个文件,是不是有什么神秘的地方?
All of a sudden, I'm getting this error:
Could not load file or assembly 'WnvHtmlConvertDemo' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
But I've since removed any trace of using this DLL and any references... yet I'm still getting this error!
Is there some mysterious place that the project is looking for this file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在VS2010中使用“干净的解决方案”。然后重建你的项目。
Use "Clean solution" in VS2010. And then rebuild your project.
TFS 没有反映这些变化。我必须删除该项目的本地版本,然后从 TFS 再次获取该项目。愚蠢的。
TFS wasn't reflecting the changes. I had to delete my local version of the project and get the project again from TFS. Stupid.