<?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 John&#039;s Corner</title>
	<atom:link href="http://www.batfishsolutions.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.batfishsolutions.com/blog</link>
	<description>Technology and .NET wanderings</description>
	<lastBuildDate>Tue, 28 Dec 2010 09:35:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Windows 7 and the VHD mounting bug by mousio2010</title>
		<link>http://www.batfishsolutions.com/blog/2008/11/windows-7-and-the-vhd-mounting-bug/comment-page-1/#comment-6</link>
		<dc:creator>mousio2010</dc:creator>
		<pubDate>Tue, 28 Dec 2010 09:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2008/11/14/windows-7-and-the-vhd-mounting-bug#comment-6</guid>
		<description>I found a &quot;Microsoft ISO VHBA&quot; under &quot;Storage controllers&quot; and removed it. Then only after a reboot could I attach a VHD (triggering the driver installation).Many thanks for the tips; I hope this helps as well…</description>
		<content:encoded><![CDATA[<p>I found a &quot;Microsoft ISO VHBA&quot; under &quot;Storage controllers&quot; and removed it. Then only after a reboot could I attach a VHD (triggering the driver installation).Many thanks for the tips; I hope this helps as well…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slides and code from DDDSW by John McLoughlin</title>
		<link>http://www.batfishsolutions.com/blog/2010/06/slides-and-code-from-dddsw/comment-page-1/#comment-34</link>
		<dc:creator>John McLoughlin</dc:creator>
		<pubDate>Sun, 13 Jun 2010 15:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2010/06/06/slides-and-code-from-dddsw#comment-34</guid>
		<description>Cheers Dave, the problem with the Services solutions was a left over from some tinkering we did during the talk.I&#039;ve fixed it now so that you start off with the service being injected, but can change the commented lines to use the unity container for resolution :)If you download it again, you&#039;re have the fixed code.</description>
		<content:encoded><![CDATA[<p>Cheers Dave, the problem with the Services solutions was a left over from some tinkering we did during the talk.I&#039;ve fixed it now so that you start off with the service being injected, but can change the commented lines to use the unity container for resolution <img src='http://www.batfishsolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> If you download it again, you&#039;re have the fixed code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slides and code from DDDSW by Sarkie</title>
		<link>http://www.batfishsolutions.com/blog/2010/06/slides-and-code-from-dddsw/comment-page-1/#comment-33</link>
		<dc:creator>Sarkie</dc:creator>
		<pubDate>Fri, 11 Jun 2010 09:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2010/06/06/slides-and-code-from-dddsw#comment-33</guid>
		<description>and, the Services demo doesn&#039;t seem to work for meThe Unity container isn&#039;t set in ModuleTwo.   public ModuleTwo(IModuleOneService service, IRegionManager regionManager)        {            //_unityContainer = unityContainer;            _moduleOneService = service;            _regionManager = regionManager;        }so I changed it to  public ModuleTwo(IModuleOneService service, IRegionManager regionManager, IUnityContainer unityContainer)        {            _unityContainer = unityContainer;            _moduleOneService = service;            _regionManager = regionManager;        }and it works. Odd?</description>
		<content:encoded><![CDATA[<p>and, the Services demo doesn&#039;t seem to work for meThe Unity container isn&#039;t set in ModuleTwo.   public ModuleTwo(IModuleOneService service, IRegionManager regionManager)        {            //_unityContainer = unityContainer;            _moduleOneService = service;            _regionManager = regionManager;        }so I changed it to  public ModuleTwo(IModuleOneService service, IRegionManager regionManager, IUnityContainer unityContainer)        {            _unityContainer = unityContainer;            _moduleOneService = service;            _regionManager = regionManager;        }and it works. Odd?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slides and code from DDDSW by Sarkie</title>
		<link>http://www.batfishsolutions.com/blog/2010/06/slides-and-code-from-dddsw/comment-page-1/#comment-32</link>
		<dc:creator>Sarkie</dc:creator>
		<pubDate>Fri, 11 Jun 2010 08:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2010/06/06/slides-and-code-from-dddsw#comment-32</guid>
		<description>In order to get it working in Visual 2008, change the first two lines in the .sln files.Change Microsoft Visual Studio Solution File, Format Version 11.00toMicrosoft Visual Studio Solution File, Format Version 10.00and # Visual Studio 2010to# Visual Studio 2008:)</description>
		<content:encoded><![CDATA[<p>In order to get it working in Visual 2008, change the first two lines in the .sln files.Change Microsoft Visual Studio Solution File, Format Version 11.00toMicrosoft Visual Studio Solution File, Format Version 10.00and # Visual Studio 2010to# Visual Studio 2008:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upcoming talks and sessions by Mark H</title>
		<link>http://www.batfishsolutions.com/blog/2010/03/upcoming-talks-and-sessions/comment-page-1/#comment-31</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2010/03/18/upcoming-talks-and-sessions#comment-31</guid>
		<description>sounds good John, looking forward to these</description>
		<content:encoded><![CDATA[<p>sounds good John, looking forward to these</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It’s a girl! by Rob The Geek</title>
		<link>http://www.batfishsolutions.com/blog/2009/11/it%e2%80%99s-a-girl/comment-page-1/#comment-30</link>
		<dc:creator>Rob The Geek</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2009/11/10/it%e2%80%99s-a-girl#comment-30</guid>
		<description>Congrats to you both dude :)</description>
		<content:encoded><![CDATA[<p>Congrats to you both dude <img src='http://www.batfishsolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WF 4.0 &#8211; Part 2. The Flowchart Workflow &amp; Designer by Rafael Leonhardt</title>
		<link>http://www.batfishsolutions.com/blog/2009/09/wf-4-0-part-2-the-flowchart-workflow-designer-2/comment-page-1/#comment-28</link>
		<dc:creator>Rafael Leonhardt</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2009/09/07/wf-4-0-part-2-the-flowchart-workflow-designer-2#comment-28</guid>
		<description>Will be there parallel activity on FlowChart (fork)?</description>
		<content:encoded><![CDATA[<p>Will be there parallel activity on FlowChart (fork)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My new eBook reader by Kevin Dangoor</title>
		<link>http://www.batfishsolutions.com/blog/2009/09/my-new-ebook-reader/comment-page-1/#comment-29</link>
		<dc:creator>Kevin Dangoor</dc:creator>
		<pubDate>Fri, 18 Sep 2009 00:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2009/09/17/my-new-ebook-reader#comment-29</guid>
		<description>I just got a PRS-505 myself, for similar reasons. I was also swayed because I can check out library books from my local library in ePub format.If you haven&#039;t tried Calibre, you might want to give that a whirl. The UI is terrible, but it&#039;s terrible in a different way than Sony&#039;s. Terrible UI aside, the UI works just well enough to get stuff done. And the great thing with Calibre is that it will do &lt;b&gt;a lot&lt;/b&gt; for you... download feeds, automatically convert books, etc.I&#039;m really quite happy with my PRS-505 so far.</description>
		<content:encoded><![CDATA[<p>I just got a PRS-505 myself, for similar reasons. I was also swayed because I can check out library books from my local library in ePub format.If you haven&#039;t tried Calibre, you might want to give that a whirl. The UI is terrible, but it&#039;s terrible in a different way than Sony&#039;s. Terrible UI aside, the UI works just well enough to get stuff done. And the great thing with Calibre is that it will do <b>a lot</b> for you&#8230; download feeds, automatically convert books, etc.I&#039;m really quite happy with my PRS-505 so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter on Windows Mobile 6 by John McLoughlin</title>
		<link>http://www.batfishsolutions.com/blog/2009/08/twitter-on-windows-mobile-6/comment-page-1/#comment-27</link>
		<dc:creator>John McLoughlin</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2009/08/05/twitter-on-windows-mobile-6#comment-27</guid>
		<description>Ahhhh, I thought they were just randoms :)</description>
		<content:encoded><![CDATA[<p>Ahhhh, I thought they were just randoms <img src='http://www.batfishsolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter on Windows Mobile 6 by chrishayuk</title>
		<link>http://www.batfishsolutions.com/blog/2009/08/twitter-on-windows-mobile-6/comment-page-1/#comment-26</link>
		<dc:creator>chrishayuk</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.batfishsolutions.com/blog/2009/08/05/twitter-on-windows-mobile-6#comment-26</guid>
		<description>the screenshot is of the tweets include Kim Kardashia.  U.S Reality TV show person.  Funnily enough she is managed by the same person who created the Pussycat Dolls (who I went to see in Newmarket) :)</description>
		<content:encoded><![CDATA[<p>the screenshot is of the tweets include Kim Kardashia.  U.S Reality TV show person.  Funnily enough she is managed by the same person who created the Pussycat Dolls (who I went to see in Newmarket) <img src='http://www.batfishsolutions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

