<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>New VS feature allows VS to crash!</title><link>http://blogs.msdn.com/benwu/archive/2005/09/16/467971.aspx</link><description>One of the newer "features" in Visual Studio 8.0 is the ability for us to collect better information about exceptions that are thrown in VS. When an exception is thrown (and unhandled), VS will generate a Watson report that will send microsoft a minidump</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: New VS feature allows VS to crash!</title><link>http://blogs.msdn.com/benwu/archive/2005/09/16/467971.aspx#470931</link><pubDate>Sun, 18 Sep 2005 22:22:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:470931</guid><dc:creator>jfoscoding</dc:creator><description>The most frequent problem is if you have a stack overflow exception in your custom control.  &lt;br&gt;&lt;br&gt;The best way to debug this is to open up your visual studio command window and use the &amp;quot;mdbg&amp;quot; application to debug visual studio.  &lt;br&gt;&lt;br&gt;&lt;br&gt;c:&amp;gt; mdbg.exe&lt;br&gt;r devenv.exe&lt;br&gt;ca ee&lt;br&gt;g&lt;br&gt;&lt;br&gt;This should help you track down your stack overflow exception.  When you get it, you can type &amp;quot;where&amp;quot; to show the stack, if you want more frames type &amp;quot;where 200&amp;quot;.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Working with cantankerous controls in VS 8.0</title><link>http://blogs.msdn.com/benwu/archive/2005/09/16/467971.aspx#470933</link><pubDate>Sun, 18 Sep 2005 22:26:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:470933</guid><dc:creator>jfo's coding</dc:creator><description>Ben talks about working with custom controls that can crash VS, and how to delete the .suo file to prevent...</description></item><item><title>Are .suo files readable?</title><link>http://blogs.msdn.com/benwu/archive/2005/09/16/467971.aspx#471016</link><pubDate>Mon, 19 Sep 2005 04:45:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:471016</guid><dc:creator>dhchait</dc:creator><description>The binary .suo file is a cause of problems in VS2k3, especially when sharing amongst a team.&lt;br&gt;&lt;br&gt;Any chance of making them readable (xml, say)?&lt;br&gt;&lt;br&gt; - Daniel</description></item></channel></rss>