<?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 PeteGooPeteGoo</title>
	<atom:link href="http://blog.petegoo.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petegoo.com</link>
	<description>.Net Heebie Jeebies</description>
	<lastBuildDate>Mon, 17 Dec 2012 22:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Creating a .Net queryable client for ASP.Net Web API oData services by PeteGoo</title>
		<link>http://blog.petegoo.com/index.php/2012/03/11/creating-a-net-queryable-client-for-asp-net-web-api-odata-services/#comment-1692</link>
		<dc:creator>PeteGoo</dc:creator>
		<pubDate>Mon, 17 Dec 2012 22:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=314#comment-1692</guid>
		<description><![CDATA[Yes, this stuff is probably getting out of date with the arrival of the fall update. When I fid some time I&#039;ll give it another shot with the latest bits. Unfortunately the open source story for the client bits is not quite there.]]></description>
		<content:encoded><![CDATA[<p>Yes, this stuff is probably getting out of date with the arrival of the fall update. When I fid some time I&#8217;ll give it another shot with the latest bits. Unfortunately the open source story for the client bits is not quite there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workflow 4: Human based workflows with an Email Approval Sample by PeteGoo</title>
		<link>http://blog.petegoo.com/index.php/2010/08/22/workflow-4-email-approval-sample/#comment-1691</link>
		<dc:creator>PeteGoo</dc:creator>
		<pubDate>Mon, 17 Dec 2012 22:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/blog/archive/2010/08/22/workflow-4-email-approval-sample.aspx#comment-1691</guid>
		<description><![CDATA[You may need to install ASP.Net MVC to make sure that you have the bits necessary to load the project]]></description>
		<content:encoded><![CDATA[<p>You may need to install ASP.Net MVC to make sure that you have the bits necessary to load the project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 app updates stuck on Pending by PeteGoo</title>
		<link>http://blog.petegoo.com/index.php/2012/10/12/windows-8-app-updates-stuck-on-pending/#comment-1690</link>
		<dc:creator>PeteGoo</dc:creator>
		<pubDate>Mon, 17 Dec 2012 22:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=368#comment-1690</guid>
		<description><![CDATA[Not really sure. Try making sure there are no updates currently running. Close the store app from task manager / drag down gesture?]]></description>
		<content:encoded><![CDATA[<p>Not really sure. Try making sure there are no updates currently running. Close the store app from task manager / drag down gesture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 8 app updates stuck on Pending by Whit Maxey</title>
		<link>http://blog.petegoo.com/index.php/2012/10/12/windows-8-app-updates-stuck-on-pending/#comment-1689</link>
		<dc:creator>Whit Maxey</dc:creator>
		<pubDate>Mon, 17 Dec 2012 22:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=368#comment-1689</guid>
		<description><![CDATA[Running second command &quot;rename&quot; I get &quot;access s denied&quot; any suggestions?]]></description>
		<content:encoded><![CDATA[<p>Running second command &#8220;rename&#8221; I get &#8220;access s denied&#8221; any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workflow 4: Human based workflows with an Email Approval Sample by Ahmet</title>
		<link>http://blog.petegoo.com/index.php/2010/08/22/workflow-4-email-approval-sample/#comment-1688</link>
		<dc:creator>Ahmet</dc:creator>
		<pubDate>Mon, 17 Dec 2012 15:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/blog/archive/2010/08/22/workflow-4-email-approval-sample.aspx#comment-1688</guid>
		<description><![CDATA[Hi
I couldnt open the solution of this project. I have an exception like this : &quot;One or more projects in the solution were not loaded correctly. &quot;]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I couldnt open the solution of this project. I have an exception like this : &#8220;One or more projects in the solution were not loaded correctly. &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a .Net queryable client for ASP.Net Web API oData services by Bryan</title>
		<link>http://blog.petegoo.com/index.php/2012/03/11/creating-a-net-queryable-client-for-asp-net-web-api-odata-services/#comment-1677</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 26 Nov 2012 20:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=314#comment-1677</guid>
		<description><![CDATA[Great post.  I&#039;ve added $inline count to a project POC that I&#039;ve started based on your work.  The only problem with my (and your) solution is the lack of projection and __deferred metadata for lazy loading.  This is something I can live with in a POC, but I&#039;m going to want it before I start producing production code.]]></description>
		<content:encoded><![CDATA[<p>Great post.  I&#8217;ve added $inline count to a project POC that I&#8217;ve started based on your work.  The only problem with my (and your) solution is the lack of projection and __deferred metadata for lazy loading.  This is something I can live with in a POC, but I&#8217;m going to want it before I start producing production code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workflow Service Tracking Viewer by PeteGoo</title>
		<link>http://blog.petegoo.com/index.php/2011/10/02/workflow-service-tracking-viewer/#comment-1666</link>
		<dc:creator>PeteGoo</dc:creator>
		<pubDate>Fri, 02 Nov 2012 18:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=282#comment-1666</guid>
		<description><![CDATA[Cool. I&#039;d be interested to hear your ideas.]]></description>
		<content:encoded><![CDATA[<p>Cool. I&#8217;d be interested to hear your ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workflow Service Tracking Viewer by Philip Nelson</title>
		<link>http://blog.petegoo.com/index.php/2011/10/02/workflow-service-tracking-viewer/#comment-1665</link>
		<dc:creator>Philip Nelson</dc:creator>
		<pubDate>Fri, 02 Nov 2012 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=282#comment-1665</guid>
		<description><![CDATA[Interesting, I&#039;ll take a deeper dive soon. I have prepared something similar as a WCF Behavior instead of a HTTP module and will unveil at the Chippewa Valley Code Camp this weekend. Different goal for the tracking, but I wonder if it could be added to your project.]]></description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ll take a deeper dive soon. I have prepared something similar as a WCF Behavior instead of a HTTP module and will unveil at the Chippewa Valley Code Camp this weekend. Different goal for the tracking, but I wonder if it could be added to your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an Auto Complete control with Reactive Extensions (Rx) by Creating an Autocomplete search box for Windows Store apps in XAML &#124; PeteGoo</title>
		<link>http://blog.petegoo.com/index.php/2011/11/22/building-an-auto-complete-control-with-reactive-extensions-rx/#comment-1663</link>
		<dc:creator>Creating an Autocomplete search box for Windows Store apps in XAML &#124; PeteGoo</dc:creator>
		<pubDate>Sat, 20 Oct 2012 10:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/index.php/2011/11/22/building-an-auto-complete-control-with-reactive-extensions-rx/#comment-1663</guid>
		<description><![CDATA[[...] modified the code from my previous post on creating an AutoComplete search box using Reactive Extensions to work in XAML under WinRT in a Windows Store (Metro) app. This uses the latest version of Rx and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] modified the code from my previous post on creating an AutoComplete search box using Reactive Extensions to work in XAML under WinRT in a Windows Store (Metro) app. This uses the latest version of Rx and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assembly File Locking when using AppDomains in a Visual Studio package by Ajeeth</title>
		<link>http://blog.petegoo.com/index.php/2012/03/30/assembly-file-locking-when-using-appdomains-in-a-visual-studio-package/#comment-1661</link>
		<dc:creator>Ajeeth</dc:creator>
		<pubDate>Wed, 26 Sep 2012 11:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petegoo.com/?p=344#comment-1661</guid>
		<description><![CDATA[Thanks, How did you load your assembly in new app domain I tried different options but finally hit the wall. Please help.]]></description>
		<content:encoded><![CDATA[<p>Thanks, How did you load your assembly in new app domain I tried different options but finally hit the wall. Please help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
