views:

58

answers:

2

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

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

+1  A: 

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.

0xA3
A: 

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 )

Jared Harley