【发布时间】:2012-02-26 03:19:58
【问题描述】:
Warning 1 D:\MyPath\SomeAscx.cs: ASP.NET runtime error:
Could not load file or assembly 'HtmlAgilityPack,
Version=1.4.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a'
or one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT: 0x80131040)
我已经删除了引用并且没有在代码中使用它,为什么这仍然是一个问题。我尝试过清洁解决方案、重建、打开和关闭解决方案,但仍然没有成功。有没有人遇到过这个问题?
【问题讨论】:
标签: c# asp.net visual-studio-2010 exception