开发者

What causes this error and how to solve it?

hi I have delivered a vb.net solution which contains 3 projects (Biz, Data Access, Presentation). Recently, when I compile it, I get the following error:

"The located assembly's manifest definition does not match the assembly reference(Exception from HResult.....)" When I double click on it, unfortunately it says to me that "The document cannot be opened. It has been renamed, deleted or moved"

How can I solve it? I should say that did several things such as "Clean solut开发者_如何学Goion, rebuild it" but it didn't work.

What's your suggestion?

thank you


You should look at this post on StackOverflow: The located assembly's manifest definition does not match the assembly reference

I believe it answers the same question you present here.


It means one of the assemblies referenced in your project cannot be located. It has located the assembly but it doesn't fully match it, for ex either the version, culture or public key token is different.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜