how to enable fxcop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I VS 2005 beta 2 i have a solution with

- a number of classes
- a website
- a httphandler
- a http module

I want to run fxcop on my class files - but cant find out how to enable it.

I've looked at http://msdn2.microsoft.com/library/ms182066(en-us,vs.80).aspx
- but is still lost.

The only thing i can do is "enable fxcop" on the website properties page.
But it doesn't do me no good
 
For website you can enable "FxCop" in the menu: "WebSite - Code Anlysis
Configuration". For other projects you can configure it in the solution
properties.
There is a problem in beta 2 with coda analysis however. You get an error if
no fxcop-warnings exists. A workaround is to disable fxcop in this case or to
leave one (minor) warning open.....
 
As i wrote I have enabled it on the website, but a can't se any fxcop error
and warnings anywhere

/rasmus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top