I found the Microsoft instructions on how to setup the fxCop, I installed Windows SDK for Windows 7 but I cannot find the folder with FXCop.
Here’s a fragment from Microsoft’s instructions:
FxCop Installation Instructions
- Download the Microsoft Windows SDK for Windows 7 and .NET Framework 4 version 7.1.
- Run %ProgramFiles%\Microsoft SDKs\Windows\v7.1\Bin\FXCop\FxCopSetup.exe to install FxCop.
This appears to be an omission from the 64-bit version of the 7.1 SDK installer. It was missing for me as well after I ran the install, but then I installed the 32-bit version of the SDK on a VM that I have and then copied the FxCopSetup.exe file from the bin directory of that image to the 64-bit machine and ran it, and so far FxCop appears to be working fine on the 64-bit box.