About 399 results
Open links in new tab
  1. is it possible to calculate code metrics for web site projects

    Aug 4, 2009 · In Visual Studio, Code Metrics are only available only for C#, Visual Basic, and C++/CLI projects that are not web site project. As far as I know, there is a little difference …

  2. Incorrect cyclomatic complexity with lambdas?

    Sep 11, 2007 · Code Analysis is limited in its analysis to what IL the C# compiler emits, if C# is emitting several conditional branches for either a lambda or a LINQ statement it has no way of …

  3. Dialog Box listing Visual Studio 2010 - social.msdn.microsoft.com

    Aug 16, 2012 · I am hoping that this might be the correct forum ! Moved byJack Zhai-MSFTMicrosoft contingent staffThursday, August 16, 2012 8:42 AMMove to a more …

  4. FxCop : Issues with XMLSerializer dll and APTCA

    Jul 30, 2008 · Current application is a migrated one from .NET 1.1 to 2.0 and also using web references in UI layer. The web service is a 'Full Trust' one. Due to the web reference in web …

  5. No StyleCop Settings at a Solution Level

    Nov 8, 2010 · What do you mean by "easy" in this case? If you want to edit a Settings.StyleCop file in Visual Studio even though it isn't in the same folder as a .csproj file, simply add the …

  6. the id element has an invalid value according to its datatype

    Mar 25, 2009 · ADO.NET Data Providers ADO.NET Data Services ADO.NET Data Services (Pre-Release) ADO.NET DataSet ADO.NET Entity Framework and LINQ to Entities Application …

  7. Code Coverage for Un Managed C++ Static Libraries

    Sep 12, 2013 · How I do add /Profile Switch for UnManaged C++ Static Library Project, which I did not see in the above links. See “Turning on C++ Code Coverage” in this blog “ Capturing …

  8. How can I create a Visual Studio Project SubType for VS2010

    May 30, 2011 · The sample code is still available, but it takes a little work to find it. I had to install VS 2005 and then the VS 2005 SDK. The sample code is installed with the SDK. You need to …

  9. How to resolve: Mark assemblies with CLSCompliant

    How to solve this ? Do i need to add some code ? Wednesday, October 26, 2005 4:49 AM

  10. C# DLL System.EntryPointNotFoundException

    Jan 2, 2008 · load the assebly first, and then use reflection on it to call the method. 2 is to add the c# library as a Reference in Visual Studio.