3 items found in the Visual Studio Category
WebMatrix Opens Wrong Version Of Visual Studio
Mikesdotnetting
-
01 May 2011 08:56
A number of people have complained that clicking the Visual Studio Launch button in WebMatrix opens Visual Studio 2008 instead of 2010. There is an easy fix to this.
Click to read more about WebMatrix Opens Wrong Version Of Visual Studio ...
Filed under:
Visual Studio
WebMatrix
as
FAQ
Viewed: 6644 times
Using gacutil.exe and Reflection to generate the Exceptions Cheat Sheet
Mikesdotnetting
-
10 February 2010 07:28
The most recent addition to my Cheat Sheets features details of all the Exceptions that can be found in the most commonly used assemblies within ASP.NET development. Compiling this information was an interesting challenge. I could have simply copy-pasted from MSDN, but that would have been extremely tedious. Instead, I ended up with a blend of Linq to XML, Reflection, a dash of Regex and the Global Assembly Cache Tool - gacutil.exe. Here's the full story.
Click to read more about Using gacutil.exe and Reflection to generate the Exceptions Cheat Sheet ...
Filed under:
C#
Visual Studio
General
ASP.NET 3.5
as
Tutorial
Viewed: 5124 times
Debugging Classic ASP pages in Visual Studio 2005 on Windows XP Pro
Mikesdotnetting
-
17 August 2007 10:28
As an ardent Dreamweaver user for classic ASP, I used to debug my scripts with a plethora of Response.Write and Response.End statements, outputting the values of various values to the browser to check that logic was working as intended. However, I recently discovered how to use the VS 2005 debugger to make debugging classic ASP (almost) a joy.
Click to read more about Debugging Classic ASP pages in Visual Studio 2005 on Windows XP Pro ...
Filed under:
Classic ASP
Visual Studio
as
Tutorial
Viewed: 12765 times


