The located assembly's manifest definition does not match the assembly reference

前端 未结 30 2640
北恋
北恋 2020-11-22 01:41

I am trying to run some unit tests in a C# Windows Forms application (Visual Studio 2005), and I get the following error:

System.IO.FileLoadException: Co

30条回答
  •  情话喂你
    2020-11-22 01:56

    I just ran across this issue and the problem was I had an old copy of the .dll in my application debug directory. You might want to also check there (instead of the GAC) to see if you see it.

提交回复
热议问题