Sign In
Andrew Hall's Microsoft Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
exe project
Managed Minidump Debugging
mixed mode debugging
Unhandled Exception
Visual Studio 2010
Visual Studio 2010 Debugger
Visual Studio Debugger
Archive
Archives
May 2011
(1)
April 2011
(1)
February 2011
(1)
May 2010
(1)
April 2010
(2)
January 2010
(1)
December 2009
(1)
MSDN Blogs
>
Andrew Hall's Microsoft Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew Hall's Microsoft Blog
How to Profile IIS Express with Visual Studio 2010 SP1
Posted
over 1 year ago
by
Andrew B Hall - MSFT
0
Comments
While IIS Express support shipped in Visual Studio 2010 SP1, unfortunately profiling code running in IIS Express does not just work out of the box. The issue is that the profiler does not “know” how to setup and launch the IIS Express process...
Andrew Hall's Microsoft Blog
Preventing check-ins to TFS that contain code analysis warnings
Posted
over 1 year ago
by
Andrew B Hall - MSFT
0
Comments
Recently we have received several questions regarding Visual Studio Code Analysis integration with Team Foundation Server’s check-in policy and build server, so I thought it would be helpful to clarify the behavior and expose some relatively hidden...
Andrew Hall's Microsoft Blog
How to profile ASP.NET and Silverlight at the same time
Posted
over 1 year ago
by
Andrew B Hall - MSFT
0
Comments
In Visual Studio 2010 SP1 we enabled the ability to profile Silverlight applications from the Visual Studio UI. Unfortunately there is a limitation where we cannot automatically attach to multiple processes on launch from inside Visual Studio, so you...
Andrew Hall's Microsoft Blog
Visual Studio debugger fails to catch unhandled exception for a Windows Form or WPF Application?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
Ever begin debugging a Windows Form to have the form close suddenly without the debugger alerting you to the exception? Or have you ever been stepping through the Form_Load event handler (or a method called by the Form_Load event handler) in a WPF application...
Andrew Hall's Microsoft Blog
Can’t hit breakpoints in a plug-in or can’t debug .NET 2.0/3.0/3.5 from a mixed mode .exe project with Visual Studio 2010?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
With Visual Studio 2010 came the release of Visual Studio .NET 4.0. .NET 4.0 adds a lot of great features and new capabilities; however with .NET 4.0 came a new 4.0 debug engine in Visual Studio 2010 (so there are now two managed debug engines, 2.0/3...
Andrew Hall's Microsoft Blog
Why don’t I see “Debug with Mixed” when debugging the dump of a managed process in Visual Studio 2010
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
It has been well publicized that Visual Studio 2010 introduced the ability to debug dumps of managed processes in mixed mode (as opposed to the old days of native debugging + SOS in the Immediate Window ). The one fact about this new feature that often...
Andrew Hall's Microsoft Blog
Visual Studio 2010 Beta2 hang while debugging?
Posted
over 2 years ago
by
Andrew B Hall - MSFT
0
Comments
Causes We have received numerous reports of Visual Studio 2010 Beta2 hanging while debugging. The two most common causes identified for this were a bug in IntelliTrace and an Internet Explorer 8 bug when debugging web applications. IntelliTrace Hang You...
Andrew Hall's Microsoft Blog
What is a dump, and how do I create one?
Posted
over 3 years ago
by
Andrew B Hall - MSFT
0
Comments
What is a dump and how is it useful? A dump is a snapshot of an application at the point in time the dump is taken. It shows what was executing, what modules are loaded, and if saved with heap contains a snapshot of what was in the application’s...
Page 1 of 1 (8 items)