The installed assembly manifest definition does not match the assembly reference

I get the following error:

System.IO.FileLoadException: The located assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

This does not give me any hint of what file it complains about. How can I find the assembly she complains about?

(Yes, there are other questions in SO about the same exception, but they do not answer my question)

+3
source share
2 answers

Most likely, the reason is that the application is loading a different version of the assembly from somewhere that you do not expect.

, . Sysinternal ProcessMonitor, , .

+3

Nuget (VS2015), , .

0

All Articles