I am getting this error when trying to build a winforms solution:
The located assemblys manifest destination does not match the assemblys reference.
I am getting this error when trying to build a winforms solution:
The located assemblys manifest destination does not match the assemblys reference.
Maybe you will find this article useful: http://blogs.msdn.com/junfeng/archive/2004/03/25/95826.aspx.
Typically this indicates that the assembly found during execution / build time is not the one that has been added to your project.
Check to see you're using the right version/build of your assembly.
I found two different references to this - hope it helps! ( one | two )