Running Stylecop for the first time usually most of the errors thrown in my experience are the ones connected with code-formatting.
I used two tools to reorganize the code to match the Stylecop rules:
The first one became my preference; it's command line tool, I added this to custom tools in Visual Studio.
The second one is a plugin for Visual Studio, therefore it was quite convenient to work with single files.
As already mentioned, there are some tools that try to fix some Stylecop errors, but in my opinion they worked quite poorly, therefore I abandoned using them and can't recommend any.
I don't think there are tools for FxCop, and I'm not convinced there should be..