Resolving MSB3247 - Found conflicts between different versions of the same dependent assembly
Posted
by David Gardiner
on Stack Overflow
See other posts from Stack Overflow
or by David Gardiner
Published on 2009-12-09T01:28:07Z
Indexed on
2010/06/16
15:02 UTC
Read the original article
Hit count: 736
A .NET 3.5 solution ended up with this warning when compiling with msbuild.
Sometimes NDepend might help out but in this case it didn't give any further details. Like Bob I ended up having to resort to opening each assembly in ILDASM until I found the one that was referencing an older version of the dependant assembly.
I did try using MSBUILD from VS 2010 Beta 2 (as the Connect article indicated this was fixed in the next version of the CLR) but that didn't provide any more detail either (maybe fixed post Beta 2)
Is there a better (more automated) approach?
© Stack Overflow or respective owner