Beta2 Static Code Analysis Problem: why doesn't the SQL injection security rule work?
There is a simple workaround to get this analysis up and running. In the FxCop binary subdirectory (eg, "C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop"), create a new subdirectory named Repository. Create a new file inside this subdirectory named index.xml. Add the following content to that file:
<TypeIndex />
After doing this, the FxCop check should subsequently work within the VS IDE.
Michael Fanning
VSTS Development: Static Analysis

