Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

"FxCop Runner" is not working for VS2010 Professional,

1)Installed Microsoft FxCop 1.36

2) Installed FxCop Runner and FxCop Integrator from online gallery Using Extension manager.

3)In tools-->options-->Select FxCop Integrator and provide the path for FxCopCmdPath as C:\Program Files\Microsoft FxCop 10.0\FxCopCmd.exe and Metric path as C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\Metrics.exe


4)In tools-->options-->Select FxCop Runner and provide the path for FxCopCmd.exe location as C:\Program Files\Microsoft FxCop 1.36\ and for Rules definition as C:\Program Files\Microsoft FxCop 1.36\Rules

5)Right Click on project in VS2010 and click on "FxCop Runner"
6)It displaying the error message like
"Build Failed,FxCop will not be run."

Can you please help me
Posted

1 solution

I believe FxCop as a standalone installation is deprecated. It's now included in VS2010, right click your project and select Run Code Analysis. That will run FxCop for you, no extra install necessary.

/Fredrik
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900