About 50 results
Open links in new tab
  1. Static or dynamic code analysis....... - social.msdn.microsoft.com

    Apr 26, 2012 · Static analysis using toolscan be viewed as a programmed code review process. These tools report information such as violations of the programming and design rules set.

  2. Code Analysis not reading preprocessor definitions?

    Dec 13, 2007 · It appears code analysis does not take preprocessor definitions into consideration. Is this true? I'm using Visual Studio 2005 Team Edition for Software Developers SP1 + Windows Vista …

  3. How to create Excel file with the XML code metrics result file

    Nov 15, 2011 · How to create a Excel file to read information in the code metrics result file, as in Visual Studio 2010 when we choose to export calculated code metrics in an Excel file ?

  4. CA1033 : Microsoft.Design : Make 'PlatformFacade' sealed (a breaking ...

    Jan 16, 2013 · It will generate the warning when the code goes against some default rules. To make our app execute more safely, the code analysis will give you a safety coding style suggestion by the …

  5. How to create Excel file with the XML code metrics result file

    How to create a Excel file to read information in the code metrics result file, as in Visual Studio 2010 when we choose to export calculated code metrics in an Excel file ?

  6. Tabular Model Designer - An error occurred while opening the model …

    Aug 7, 2019 · The solution that worked for me was to uninstall both Visual Studio and SMSS. When I uninstalled SMSS, I saw some files that gave the appearance that I might have some crap left over …

  7. CA2241: Microsoft.Usage: string.Format Error

    Sep 24, 2013 · The provided format string is: '"Cannot find Enterprise ID: \' {0}\' from the database."' The code below on the line is the line that Code Analysis is complaining about.

  8. .NET Framework 3.5 Client Profile - Missing method System.Windows ...

    Sep 20, 2016 · I also receive the following warning from the Visual Studio 2010 Code Analysis tool:

  9. 'Add Event Handler' does not add any event handlers

    Oct 21, 2011 · Your analysis is certainly useful and thorough, but I do not know which reply breathfish is referring to. The question would be: How does one correct corrupted project settings. I do confirm …

  10. Calling C# DLL from C code - social.msdn.microsoft.com

    Dec 15, 2005 · I've seen plenty of examples of calling C++ or C code in dlls from C#.