Welcome to MSDN Blogs Sign in | Join | Help

July 2006 - Posts

How to obtain crash dump in Visual Studio 2005

So VS is crashing on you and you want to submit a bug. You can help us with investigation if you also collect a crash dump. Generally Windows automatically sends a crash dump to us when you click 'Submit error information to Microsoft'. However, if you

How to turn HTML file into a Web Form

1. Rename file from .htm to .aspx in Solution Explorer 2. On top pf the page add <%@ Page Language="VB" %> 3. Close and reopen the file. If you then want to add code behind file, look here: http://blogs.msdn.com/mikhailarkhipov/archive/2006/04/13/576117.asp

Visual Web Developer team and the feedback you file at MSDN Feedback center

What are we doing with the feedback you have been filing on MSDN Feedback site? We have been getting together regularly at triage meetings to look at the feedback and process bug reports and suggestions. Triage meeting typically involves program manager,

How to develop and debug ASP.NET custom controls in Visual Web Developer Express

As you may know, Visual Web Developer Express only supports Web site projects and you can only have a single project open at a time. It does not support creation of Web Control libraries since Web Control Library is, in fact, a client side project like
 
Page view tracker