tags:

views:

79

answers:

1

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?

+1  A: 

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

Pedro