The referenced assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' could not be found

I got the following error on an old project in Visual Studio 2010 where I upgraded to AutoMapper 3.1.0:
The referenced assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' could not be found
The problem is the version of FxCop that comes with VS2010.  To resolve the problem I copied the FxCop folder for VS2012 (%ProgramFiles%\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\FxCop) over the FxCop folder for VS2010 (%ProgramFiles%\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop).

Comments

Popular Posts