The located assembly's manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?
The located assembly's manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?
My problems solved by remove all the runtime part
I recently had this issue and I ran 'depends.exe' on the dll in question. It showed me that the dll was compiled in x86 while some of the dependencys were compiled in x64.
If you are still having troubles I would recommend using depends.exe.
I ran into similar problems when accessing the project files from different computers via a shared folder. In my case clean + reabuild did not help. Had to delete the bin and objects folders from the output directory.
I had the issue where it wouldn't find the PayPal assembly and it was because I had named my solution PayPal. I'm sure this won't be the answer for anyone but thought I'd share it anyway: C# ASP.NET MVC PayPal not finding assembly
Just deleted bin folder and project recreates all and now it is working.
Just Check your webconfig file and remove this code :-