<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Developer&#039;s Blog &#187; BIDS</title>
	<atom:link href="http://blog.hoegaerden.be/tag/bids/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hoegaerden.be</link>
	<description>SQL Server, BI, .NET, IT and anything else I have been playing with.</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:29:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FIX: Visual Studio crashes after playing around with its windows</title>
		<link>http://blog.hoegaerden.be/2009/05/14/fix-visual-studio-crashes-after-playing-around-with-its-windows/</link>
		<comments>http://blog.hoegaerden.be/2009/05/14/fix-visual-studio-crashes-after-playing-around-with-its-windows/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:13:49 +0000</pubDate>
		<dc:creator>Valentino Vranken</dc:creator>
				<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[BIDS]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[Business Intelligence Development Studio]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://blog.hoegaerden.be/2009/05/14/fix-visual-studio-crashes-after-playing-around-with-its-windows/</guid>
		<description><![CDATA[Lately I had been getting annoyed by Visual Studio crashing on me while working on ETL packages.  The crashes seemed somehow related to debugging a package because they usually occurred after I clicked the &#8220;Package execution completed. Click here to switch to design mode, or select Stop Debugging from the Debug menu.&#8221; link.  But I [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I had been getting annoyed by Visual Studio crashing on me while working on ETL packages.  The crashes seemed somehow related to debugging a package because they usually occurred after I clicked the &#8220;Package execution completed. Click here to switch to design mode, or select Stop Debugging from the Debug menu.&#8221; link.  But I couldn&#8217;t really pinpoint why or when exactly they occurred.  Now I&#8217;ve got an explanation, and a solution!</p>
<p>How did I get to the solution?  Well, today I decided to click the &#8220;Send to Microsoft&#8221; button on the infamous crash pop-up window.  And from it I actually got a link to a fix for the issue.  Apparently the issue is not related to Integration Services in particular, it is a much broader Visual Studio shell issue that occurs in Visual Studio 2008 with SP1 when you&#8217;ve got a combination of undocking windows and changing window layout.  And that is indeed what I usually do when debugging a package!  When the package stops executing I often execute the following scenario:</p>
<ul>
<li>double-click the title bar on the Output window to undock it</li>
<li>enlarge the undocked Output window to almost full-screen so I can have a good look at the errors</li>
<li>double-click the title bar to dock the window back to its original place</li>
<li>click the &#8220;Package execution completed.&#8221; link (or hit the Stop Debugging button)</li>
</ul>
<p>And that&#8217;s exactly the second scenario described in <a title="FIX: When you undock some windows or change the window layout in the Visual Studio 2008 Service Pack 1 IDE, the IDE crashes" href="http://support.microsoft.com/kb/960075" target="_blank">this Microsoft Support article</a> because when you stop debugging, the IDE switches the window layout back from debug to design.</p>
<p>I have now installed the hotfix and the issue is gone.  Beware though if you also use WPF, better read through the whole article and comments on <a title="KB960075 - VS Dev Environment crash after undocking windows or changing layouts" href="http://code.msdn.microsoft.com/KB960075" target="_blank">the download page</a> first.</p>
<p>Hmm, this may also explain some other unexplicable crashes I&#8217;ve seen lately.  Makes you wonder doesn&#8217;t it <img src='http://blog.hoegaerden.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hoegaerden.be/2009/05/14/fix-visual-studio-crashes-after-playing-around-with-its-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
