<?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 RichardFawcett.net</title>
	<atom:link href="http://www.richardfawcett.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardfawcett.net</link>
	<description>Blog posts about stuff. Simples!</description>
	<lastBuildDate>Wed, 23 Nov 2011 19:38:06 +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 Visual Studio 2010 Solution Won&#8217;t Open From Explorer by Richard</title>
		<link>http://www.richardfawcett.net/2011/02/18/visual-studio-2010-solution-wont-open-from-explorer/#comment-445</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/02/18/visual-studio-2010-solution-wont-open-from-explorer/#comment-445</guid>
		<description>&lt;p&gt;Glad it helped. I prefer using Notepad++ to add the BOM, but I appreciate the &quot;rawness&quot; of using a hex editor to do this - nice job!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glad it helped. I prefer using Notepad++ to add the BOM, but I appreciate the &#8220;rawness&#8221; of using a hex editor to do this &#8211; nice job!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2010 Solution Won&#8217;t Open From Explorer by J-L</title>
		<link>http://www.richardfawcett.net/2011/02/18/visual-studio-2010-solution-wont-open-from-explorer/#comment-444</link>
		<dc:creator>J-L</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/02/18/visual-studio-2010-solution-wont-open-from-explorer/#comment-444</guid>
		<description>&lt;p&gt;Prepending  the BOM (Byte Order Mark) to the solution file worked for me.  As it turns out, someone had hand-edited the solution file a few days earlier with an editor that apparently didn&#039;t preserve the BOM.&lt;/p&gt;

&lt;p&gt;So after reading this post (thank you for posting it -- it was a big help), I opened the solution file with a hex editor, inserted EF BB BF at the beginning of the file, and saved the file.  After that, the solution file opened just fine by double-clicking on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Prepending  the BOM (Byte Order Mark) to the solution file worked for me.  As it turns out, someone had hand-edited the solution file a few days earlier with an editor that apparently didn&#8217;t preserve the BOM.</p>

<p>So after reading this post (thank you for posting it &#8212; it was a big help), I opened the solution file with a hex editor, inserted EF BB BF at the beginning of the file, and saved the file.  After that, the solution file opened just fine by double-clicking on it.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel with Stored Procedures by nicolas</title>
		<link>http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-387</link>
		<dc:creator>nicolas</dc:creator>
		<pubDate>Tue, 08 Nov 2011 13:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2010/08/29/excel-with-stored-procedures/#comment-387</guid>
		<description>&lt;p&gt;thanks a bunch.
i had a discussion about this with a colleague and your article has solved the dispute.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a bunch.
i had a discussion about this with a colleague and your article has solved the dispute.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running ASP.NET 4.0 Web Applications on IIS 6 by Richard</title>
		<link>http://www.richardfawcett.net/2011/09/16/running-asp-net-4-0-web-applications-on-iis-6/#comment-269</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 30 Sep 2011 16:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/09/16/running-asp-net-4-0-web-applications-on-iis-6/#comment-269</guid>
		<description>&lt;p&gt;@Mikel,&lt;/p&gt;

&lt;p&gt;Yes, absolutely. There are three ways to use NuGet, and I&#039;m not going to assume anything about your technical ability, so if my answer is too simplistic, or overly complex, just let me know!&lt;/p&gt;

&lt;p&gt;Firstly, I&#039;d point out that for the vast majority of users there is no need to setup your own NuGet feed. The only reason you&#039;d need to is if you want to host your own private packages, or your employer doesn&#039;t want developers to use the full public feed that&#039;s built-in to the package manager in Visual Studio.&lt;/p&gt;

&lt;p&gt;If you do need your own feed, there are three ways you can go about this.
&lt;ul&gt;
    &lt;li&gt;Firstly, you can just use a folder on your hard drive as a feed.
    &lt;li&gt;Secondly, there&#039;s a NuGet package on the public feed called &lt;a href=&quot;http://nuget.org/List/Packages/NuGet.Server&quot; rel=&quot;nofollow&quot;&gt;NuGet.Server&lt;/a&gt; which is a simple web application which just serves .nupkg files which are dropped into a certain folder.  Nothing fancy. Instructions for doing this and the first method can be found &lt;a href=&quot;http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;Finally, there&#039;s a full blown clone of the &lt;a href=&quot;http://nuget.org&quot; rel=&quot;nofollow&quot;&gt;NuGet gallery website&lt;/a&gt; which you can setup. Details instructions for doing so can be found &lt;a href=&quot;http://docs.nuget.org/docs/contribute/setting-up-a-local-gallery&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;I took the final approach, and it worked well for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Mikel,</p>

<p>Yes, absolutely. There are three ways to use NuGet, and I&#8217;m not going to assume anything about your technical ability, so if my answer is too simplistic, or overly complex, just let me know!</p>

<p>Firstly, I&#8217;d point out that for the vast majority of users there is no need to setup your own NuGet feed. The only reason you&#8217;d need to is if you want to host your own private packages, or your employer doesn&#8217;t want developers to use the full public feed that&#8217;s built-in to the package manager in Visual Studio.</p>

<p>If you do need your own feed, there are three ways you can go about this.
<ul>
    <li>Firstly, you can just use a folder on your hard drive as a feed.
    </li><li>Secondly, there&#8217;s a NuGet package on the public feed called <a href="http://nuget.org/List/Packages/NuGet.Server" rel="nofollow">NuGet.Server</a> which is a simple web application which just serves .nupkg files which are dropped into a certain folder.  Nothing fancy. Instructions for doing this and the first method can be found <a href="http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds" rel="nofollow">here</a>.</li>
    <li>Finally, there&#8217;s a full blown clone of the <a href="http://nuget.org" rel="nofollow">NuGet gallery website</a> which you can setup. Details instructions for doing so can be found <a href="http://docs.nuget.org/docs/contribute/setting-up-a-local-gallery" rel="nofollow">here</a>.</li>
</ul></p>

<p>I took the final approach, and it worked well for me.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running ASP.NET 4.0 Web Applications on IIS 6 by Mikel</title>
		<link>http://www.richardfawcett.net/2011/09/16/running-asp-net-4-0-web-applications-on-iis-6/#comment-268</link>
		<dc:creator>Mikel</dc:creator>
		<pubDate>Fri, 30 Sep 2011 16:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/09/16/running-asp-net-4-0-web-applications-on-iis-6/#comment-268</guid>
		<description>&lt;p&gt;Did you ever get nuget to work?  I came here hoping for some luck with that...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you ever get nuget to work?  I came here hoping for some luck with that&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Marc</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-128</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 25 May 2011 18:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-128</guid>
		<description>&lt;p&gt;thanks a lot for this!
I just installed mercurial 1.8.3 with python 2.6.6 on my server 2008r2 :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a lot for this!
I just installed mercurial 1.8.3 with python 2.6.6 on my server 2008r2 <img src='http://www.richardfawcett.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Jason</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-121</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 02 May 2011 17:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-121</guid>
		<description>&lt;p&gt;Thanks for the thorough write up! I found that my issue was the version of Mercurial that I had installed, when I installed the Mercurial 1.8.2 Python 2.6 Package it worked like a charm!&lt;/p&gt;

&lt;p&gt;Thanks for this!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the thorough write up! I found that my issue was the version of Mercurial that I had installed, when I installed the Mercurial 1.8.2 Python 2.6 Package it worked like a charm!</p>

<p>Thanks for this!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Richard</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-119</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 30 Apr 2011 21:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-119</guid>
		<description>&lt;p&gt;@Jason, sorry to hear you&#039;re having trouble.&lt;/p&gt;

&lt;p&gt;I tested this on a fresh machine and managed to get the same error message when the Mercurial Python 2.6 Package was not installed. To get the message about an incomplete set of HTTP headers is good news as you&#039;re on the right track... it means that Python is being called from IIS successfully. If you want to see more detail on a Python error, you can uncomment the line: import cgitb; cgitb.enable() in index.py / hgweb.cgi.  However, in this specific case, it yields little or no extra info.&lt;/p&gt;

&lt;p&gt;First thing that could have caught you out... the Mercurial Python package requires Python 2.6.  The current version of Python 2 is Python 2.7.1, but this is no good for our purposes. As for Python 3, forget it for now! :-)  So, ensure that you went to the download page I linked and get hold of Python 2.6.6.&lt;/p&gt;

&lt;p&gt;Next, are you certain that you installed &quot;Mercurial 1.8.2 Python 2.6 Package&quot; and not some other version of Mercurial?  It&#039;s the eighth item in the list on http://mercurial.selenic.com/downloads/.  To check this, open a command prompt and cd to c:\Python26\Scripts (assuming you installed Python to the default install location).  This folder should contain a batch file called hg.bat.  If it does not, then you haven&#039;t installed the right Mercurial package.  Typing &quot;.\hg.bat --version&quot; in this location should report &quot;Mercurial Distributed SCM (version 1.8.2)&quot;.&lt;/p&gt;

&lt;p&gt;If you&#039;ve installed Python 2.6 to a non-default location, or not used the Windows installer, you might have to tell the Mercurial package where to find your installation of Python 2.6.  However, using most of the default options, the Mercurial Python package should auto-detect your installation of Python 2.6 and install to the right location.&lt;/p&gt;

&lt;p&gt;Hope this helps, let me know how you get on with it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Jason, sorry to hear you&#8217;re having trouble.</p>

<p>I tested this on a fresh machine and managed to get the same error message when the Mercurial Python 2.6 Package was not installed. To get the message about an incomplete set of HTTP headers is good news as you&#8217;re on the right track&#8230; it means that Python is being called from IIS successfully. If you want to see more detail on a Python error, you can uncomment the line: import cgitb; cgitb.enable() in index.py / hgweb.cgi.  However, in this specific case, it yields little or no extra info.</p>

<p>First thing that could have caught you out&#8230; the Mercurial Python package requires Python 2.6.  The current version of Python 2 is Python 2.7.1, but this is no good for our purposes. As for Python 3, forget it for now! <img src='http://www.richardfawcett.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   So, ensure that you went to the download page I linked and get hold of Python 2.6.6.</p>

<p>Next, are you certain that you installed &#8220;Mercurial 1.8.2 Python 2.6 Package&#8221; and not some other version of Mercurial?  It&#8217;s the eighth item in the list on <a href="http://mercurial.selenic.com/downloads/" rel="nofollow">http://mercurial.selenic.com/downloads/</a>.  To check this, open a command prompt and cd to c:\Python26\Scripts (assuming you installed Python to the default install location).  This folder should contain a batch file called hg.bat.  If it does not, then you haven&#8217;t installed the right Mercurial package.  Typing &#8220;.\hg.bat &#8211;version&#8221; in this location should report &#8220;Mercurial Distributed SCM (version 1.8.2)&#8221;.</p>

<p>If you&#8217;ve installed Python 2.6 to a non-default location, or not used the Windows installer, you might have to tell the Mercurial package where to find your installation of Python 2.6.  However, using most of the default options, the Mercurial Python package should auto-detect your installation of Python 2.6 and install to the right location.</p>

<p>Hope this helps, let me know how you get on with it!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Mercurial Repository under IIS by Jason</title>
		<link>http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-115</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 29 Apr 2011 17:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2011/04/26/setting-up-a-mercurial-repository-under-iis/#comment-115</guid>
		<description>&lt;p&gt;I followed these instructions however I get the following error:&lt;/p&gt;

&lt;p&gt;HTTP Error 502.2 - Bad Gateway
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are &quot;Traceback (most recent call last): File &quot;C:\hgrepo\hgweb.cgi&quot;, line 15, in  from mercurial import demandimport; demandimport.enable() ImportError: No module named mercurial &quot;&lt;/p&gt;

&lt;p&gt;Any ideas what&#039;s going on?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I followed these instructions however I get the following error:</p>

<p>HTTP Error 502.2 &#8211; Bad Gateway
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are &#8220;Traceback (most recent call last): File &#8220;C:\hgrepo\hgweb.cgi&#8221;, line 15, in  from mercurial import demandimport; demandimport.enable() ImportError: No module named mercurial &#8220;</p>

<p>Any ideas what&#8217;s going on?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby for MongoDB Use on Windows by Kyle Banker</title>
		<link>http://www.richardfawcett.net/2010/10/08/installing-ruby-for-mongodb-use-on-windows/#comment-3</link>
		<dc:creator>Kyle Banker</dc:creator>
		<pubDate>Wed, 13 Oct 2010 15:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardfawcett.net/2010/10/08/installing-ruby-for-mongodb-use-on-windows/#comment-3</guid>
		<description>&lt;p&gt;It was helpful indeed. Thanks for the great writeup!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It was helpful indeed. Thanks for the great writeup!</p>]]></content:encoded>
	</item>
</channel>
</rss>

