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)
source
share