up vote 1 down vote favorite
share [g+] share [fb]

I'm running FxCop and it fails on error code 16777217. A quick Googling reveals that this is because FxCop tries to access a website at gotdotnet.com.

I'm using FxCop from the command line (actually wrapped in an MsBuild community task). How do I make it not access gotdotnet site from the command line?

link|improve this question

68% accept rate
feedback

1 Answer

What version of FxCop are you running? The current version (1.36) was released after gotdotnet was shut down, so there should no longer be references to that site. You can currently find the download here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.