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?