Question

I am getting this error when trying to build a winforms solution:

The located assemblys manifest destination does not match the assemblys reference.

Was it helpful?

Solution

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.

OTHER TIPS

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 )

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top