I am running a TeamCity build which is running FXCop Analysis.
Getting the following error:
[INFO] 2>Project : error : CA0058 : The referenced assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be found.
Now, this error is coming on only one of the machines, and he build is running fine on all remaining ones.
I've checked the following (same on all the machines)
- Checked that the assembly is present in GAC
- Verified that Visual Studio 2010 and FXCop 10.0 are present on all machines and verified the configuration.
Any idea?