Marko Apfel

C#, Architecture, QA, Coach, GIS, ArcGIS, ArcObjects

  Home  |   Contact  |   Syndication    |   Login
  141 Posts | 2 Stories | 69 Comments | 4 Trackbacks

News



Twitter | LinkedIn | Xing

Twitter












Article Categories

Archives

Post Categories

BizTalk

C#

Enterprise Library

SAP

SQL Server

Technologie

This error during compilation annoys me in a legacy project.

Apparently because of performance issues the Visual Studio development team decided to limit the warnings of code analysis to 200 items.

This behaviour could be parameterized under:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Setup\EDev\CodeAnalysisErrorListViolationLimit

Unfortunately a value of 0 does not abrogate this behaviour but deleting/renaming this key helps a little bit. It seems that there is a default value of 1000 which could not overridden with greater values.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Thursday, October 29, 2009 5:54 AM