<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Design-Time Debugging ASP.NET 2.0 in Visual Studio 2005</title>
	<atom:link href="http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/</link>
	<description>My Experiences with Software Development</description>
	<pubDate>Wed, 07 Jan 2009 05:57:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-25714</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 Dec 2007 10:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-25714</guid>
		<description>Wow, I had no idea you could do this.  You just opened up whole new doors for me.  Thanks.</description>
		<content:encoded><![CDATA[<p>Wow, I had no idea you could do this.  You just opened up whole new doors for me.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsus</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-23865</link>
		<dc:creator>Arsus</dc:creator>
		<pubDate>Fri, 02 Nov 2007 10:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-23865</guid>
		<description>10x!</description>
		<content:encoded><![CDATA[<p>10x!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henk de bakker</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-22620</link>
		<dc:creator>henk de bakker</dc:creator>
		<pubDate>Wed, 03 Oct 2007 11:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-22620</guid>
		<description>Thanks i finaly made it width these steps to debug my design-time code.
Much clearer than al the ms tech ... stupid...  help

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks i finaly made it width these steps to debug my design-time code.<br />
Much clearer than al the ms tech ... stupid...  help</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Presser</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-20444</link>
		<dc:creator>Ross Presser</dc:creator>
		<pubDate>Sat, 11 Aug 2007 19:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-20444</guid>
		<description>Thank you so much for this clear explanation of the required steps. It helped me pinpoint the problem with a localization control library I got from codeproject.com, and it has sped up my development at least fourfold.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this clear explanation of the required steps. It helped me pinpoint the problem with a localization control library I got from codeproject.com, and it has sped up my development at least fourfold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-16930</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 16 Mar 2007 13:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-16930</guid>
		<description>Thanks! Good article, very clear.

Design time sure is tough!</description>
		<content:encoded><![CDATA[<p>Thanks! Good article, very clear.</p>
<p>Design time sure is tough!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-16929</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Thu, 15 Mar 2007 14:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-16929</guid>
		<description>Thanks for the article, I was really stuck trying to debug a custom control.
I found that after I added the control's project to my solution (I had to do a File-&#62;Open project with the add to solution radio button selected because I didn't have the add class library option in the context menu when I right-clicked the solution) I was able to debug straight from the same web project, without starting a separate instance of VS2005.</description>
		<content:encoded><![CDATA[<p>Thanks for the article, I was really stuck trying to debug a custom control.<br />
I found that after I added the control's project to my solution (I had to do a File-&gt;Open project with the add to solution radio button selected because I didn't have the add class library option in the context menu when I right-clicked the solution) I was able to debug straight from the same web project, without starting a separate instance of VS2005.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick R</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-6836</link>
		<dc:creator>Nick R</dc:creator>
		<pubDate>Thu, 05 Oct 2006 10:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-6836</guid>
		<description>You were hit the mark of my problem.
Thanks a lot from Russia</description>
		<content:encoded><![CDATA[<p>You were hit the mark of my problem.<br />
Thanks a lot from Russia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sony</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-5346</link>
		<dc:creator>Sony</dc:creator>
		<pubDate>Wed, 20 Sep 2006 03:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-5346</guid>
		<description>Nice article. You should check out the book Developing Microsoft ASP.NET Server Controls and Components / Nikhil Kothari, Vandana K. Datye. There's a small section in a chapter in it about this stuff; "Debugging Design-Time Code"

Greetz from Sweden</description>
		<content:encoded><![CDATA[<p>Nice article. You should check out the book Developing Microsoft ASP.NET Server Controls and Components / Nikhil Kothari, Vandana K. Datye. There's a small section in a chapter in it about this stuff; "Debugging Design-Time Code"</p>
<p>Greetz from Sweden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brennan&#8217;s Blog &#187; Blog Archive &#187; Debugging ASP.NET 2.0 with Visual Studio 2005</title>
		<link>http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-4754</link>
		<dc:creator>Brennan&#8217;s Blog &#187; Blog Archive &#187; Debugging ASP.NET 2.0 with Visual Studio 2005</dc:creator>
		<pubDate>Tue, 12 Sep 2006 07:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/08/30/design-time-debugging-aspnet-20-in-visual-studio-2005/#comment-4754</guid>
		<description>[...] Design-Time Debugging ASP.NET 2.0 in Visual Studio 2005 [...]</description>
		<content:encoded><![CDATA[<p>[...] Design-Time Debugging ASP.NET 2.0 in Visual Studio 2005 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
