<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Trent Jones</title>
	<atom:link href="http://www.trentjones.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trentjones.net</link>
	<description>DoSomething();</description>
	<lastBuildDate>Thu, 27 Oct 2011 19:29:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Issue with opening a solution with Silverlight in Visual Studio 2010 by Aravind</title>
		<link>http://www.trentjones.net/2011/09/30/issue-with-opening-a-solution-with-silverlight-in-visual-studio-2010/comment-page-1/#comment-360</link>
		<dc:creator>Aravind</dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=190#comment-360</guid>
		<description>Okies. Just tried and checked this. For no reason, i could not understand when &amp; why the &quot;system.windows.dll&quot; went to GAC. If this is by system, then why are we removing that from GAC just for VS2010 to work? all these questions raised in me, and once i removed the dll from GAC, i went back around it, added that same dll from the SL version folder into GAC back. Closed my VS2010 and re-opened, tried opening the XAML files. Lucky so far! :)</description>
		<content:encoded><![CDATA[<p>Okies. Just tried and checked this. For no reason, i could not understand when &amp; why the &#8220;system.windows.dll&#8221; went to GAC. If this is by system, then why are we removing that from GAC just for VS2010 to work? all these questions raised in me, and once i removed the dll from GAC, i went back around it, added that same dll from the SL version folder into GAC back. Closed my VS2010 and re-opened, tried opening the XAML files. Lucky so far! <img src='http://www.trentjones.net/trentjones/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issue with opening a solution with Silverlight in Visual Studio 2010 by Aravind</title>
		<link>http://www.trentjones.net/2011/09/30/issue-with-opening-a-solution-with-silverlight-in-visual-studio-2010/comment-page-1/#comment-359</link>
		<dc:creator>Aravind</dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=190#comment-359</guid>
		<description>Hi Trent,

I just did that, unregistering the system.windows from GAC. But all i wonder is, it all of a sudden started giving trouble since today though i doubt that system.windows must exists in the GAC quiet long. I then started doubting the fix but didnt have any other solution though. 

some posts says to use &quot;ngen /delete *&quot; command from VS command prompt, from this post (http://blog.palehorse.net/2009/04/28/how-i-fixed-visual-studio-crashing-when-opening-xaml-wpf-files/). after doing this, are you able to open xamlx files in VS2010? debug inside them?</description>
		<content:encoded><![CDATA[<p>Hi Trent,</p>
<p>I just did that, unregistering the system.windows from GAC. But all i wonder is, it all of a sudden started giving trouble since today though i doubt that system.windows must exists in the GAC quiet long. I then started doubting the fix but didnt have any other solution though. </p>
<p>some posts says to use &#8220;ngen /delete *&#8221; command from VS command prompt, from this post (<a href="http://blog.palehorse.net/2009/04/28/how-i-fixed-visual-studio-crashing-when-opening-xaml-wpf-files/" rel="nofollow">http://blog.palehorse.net/2009/04/28/how-i-fixed-visual-studio-crashing-when-opening-xaml-wpf-files/</a>). after doing this, are you able to open xamlx files in VS2010? debug inside them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery.UI Dialog with ASP.NET empty post values by Rick</title>
		<link>http://www.trentjones.net/2009/03/20/jqueryui-dialog-with-aspnet-empty-post-values/comment-page-1/#comment-334</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=107#comment-334</guid>
		<description>Wow, really saved me so much time.</description>
		<content:encoded><![CDATA[<p>Wow, really saved me so much time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery.UI Dialog with ASP.NET empty post values by ASP.NET GridView &#8211; edit records using JQuery Dialog &#171; RAD for N-Tier web apps in .NET</title>
		<link>http://www.trentjones.net/2009/03/20/jqueryui-dialog-with-aspnet-empty-post-values/comment-page-1/#comment-307</link>
		<dc:creator>ASP.NET GridView &#8211; edit records using JQuery Dialog &#171; RAD for N-Tier web apps in .NET</dc:creator>
		<pubDate>Tue, 02 Feb 2010 10:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=107#comment-307</guid>
		<description>[...] You may notice that there are two divs around UpdatePanel &#8211; divEditCustomerDlgContainer and divEditCustomer. The reason for that is that when JQuery dialog opens &#8211; it is added after FORM tag in dom. That disables any ASP.NET submits and server side validation. The issue is described here: http://www.trentjones.net/index.php/2009/03/jqueryui-dialog-with-aspnet-empty-post-values [...]</description>
		<content:encoded><![CDATA[<p>[...] You may notice that there are two divs around UpdatePanel &#8211; divEditCustomerDlgContainer and divEditCustomer. The reason for that is that when JQuery dialog opens &#8211; it is added after FORM tag in dom. That disables any ASP.NET submits and server side validation. The issue is described here: <a href="http://www.trentjones.net/index.php/2009/03/jqueryui-dialog-with-aspnet-empty-post-values" rel="nofollow">http://www.trentjones.net/index.php/2009/03/jqueryui-dialog-with-aspnet-empty-post-values</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery.UI Dialog with ASP.NET empty post values by Ken</title>
		<link>http://www.trentjones.net/2009/03/20/jqueryui-dialog-with-aspnet-empty-post-values/comment-page-1/#comment-265</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=107#comment-265</guid>
		<description>This was a real life saver. Thanks!!</description>
		<content:encoded><![CDATA[<p>This was a real life saver. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery.UI Dialog with ASP.NET empty post values by Jacques</title>
		<link>http://www.trentjones.net/2009/03/20/jqueryui-dialog-with-aspnet-empty-post-values/comment-page-1/#comment-260</link>
		<dc:creator>Jacques</dc:creator>
		<pubDate>Mon, 25 May 2009 07:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=107#comment-260</guid>
		<description>Dude! You saved me a lot of time. Thanks for the awesome fix.</description>
		<content:encoded><![CDATA[<p>Dude! You saved me a lot of time. Thanks for the awesome fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery.UI Dialog with ASP.NET empty post values by Glenn</title>
		<link>http://www.trentjones.net/2009/03/20/jqueryui-dialog-with-aspnet-empty-post-values/comment-page-1/#comment-92</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=107#comment-92</guid>
		<description>Thanks, worked a treat :)</description>
		<content:encoded><![CDATA[<p>Thanks, worked a treat <img src='http://www.trentjones.net/trentjones/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Developer Cheat Sheets by Web Developer Cheat Sheets - Eric S. Davis</title>
		<link>http://www.trentjones.net/2009/03/20/cs/comment-page-1/#comment-61</link>
		<dc:creator>Web Developer Cheat Sheets - Eric S. Davis</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/?p=106#comment-61</guid>
		<description>[...] http://www.trentjones.net/index.php/2009/03/cs/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.trentjones.net/index.php/2009/03/cs/" rel="nofollow">http://www.trentjones.net/index.php/2009/03/cs/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rhein Main SAT by Prudence Jenks Trojan</title>
		<link>http://www.trentjones.net/rhein-main-sat/comment-page-1/#comment-8</link>
		<dc:creator>Prudence Jenks Trojan</dc:creator>
		<pubDate>Sat, 10 Jan 2009 05:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/blog/?page_id=34#comment-8</guid>
		<description>Trent - Thanks so much for putting this together!!!!</description>
		<content:encoded><![CDATA[<p>Trent &#8211; Thanks so much for putting this together!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending and receiving JSON messages from a WCF Service by Shawn_S</title>
		<link>http://www.trentjones.net/2008/08/27/sending-and-receiving-json-from-a-wcf-service/comment-page-1/#comment-1</link>
		<dc:creator>Shawn_S</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.trentjones.net/blog/?p=11#comment-1</guid>
		<description>The next step of course is how you display that data. Once again no need to re-invent the wheel ;-)

Perhaps you might like to try the jQuery plugin called jsRepeater at http://jsrepeater.devprog.com/

... saves all that document.appendNode effort.</description>
		<content:encoded><![CDATA[<p>The next step of course is how you display that data. Once again no need to re-invent the wheel <img src='http://www.trentjones.net/trentjones/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Perhaps you might like to try the jQuery plugin called jsRepeater at <a href="http://jsrepeater.devprog.com/" rel="nofollow">http://jsrepeater.devprog.com/</a></p>
<p>&#8230; saves all that document.appendNode effort.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

