I\'m using DotNetOpenAuth (which references System.Web.Mvc version 1.0.0.0) in a Mvc 3.0.0.0 project in Visual Studio 2010.
I\'m using assembly binding redirection as fo
Just to supplement with a little more precise answer:
You need to either run FxCopCmd.exe with:
fxcopcmd.exe /assemblyCompareMode:StrongNameIgnoringVersion
or modify your Visual Studio project file for each build configuration's property group, like this:
...
/assemblyCompareMode:StrongNameIgnoringVersion