<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Chris Forbes blogs on SharePoint &amp; .NET</title>
	<atom:link href="http://chrisforbesblogs.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisforbesblogs.net</link>
	<description>Developers chat on SharePoint and .NET</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:51:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Simple way to get the 4-part strong name for an assembly by Chris Forbes</title>
		<link>http://chrisforbesblogs.net/2010/02/26/simple-way-to-get-the-4-part-strong-name-for-an-assembly/#comment-118</link>
		<dc:creator>Chris Forbes</dc:creator>
		<pubDate>Tue, 29 Jun 2010 13:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/?p=209#comment-118</guid>
		<description>Hey Sander, sorry for taking so long to get back to you. I just checked this out again. I you copied the -command line from my post it seemed to use an alternate &quot; character and therefore didnt work. I have reformatted the post content and tried this. Seems to work ok now. Let me know how you get on.

c :)</description>
		<content:encoded><![CDATA[<p>Hey Sander, sorry for taking so long to get back to you. I just checked this out again. I you copied the -command line from my post it seemed to use an alternate &#8221; character and therefore didnt work. I have reformatted the post content and tried this. Seems to work ok now. Let me know how you get on.</p>
<p>c <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an RSS Generator in SharePoint by Chris Forbes</title>
		<link>http://chrisforbesblogs.net/2010/01/18/creating-an-rss-generator-in-sharepoint/#comment-106</link>
		<dc:creator>Chris Forbes</dc:creator>
		<pubDate>Thu, 27 May 2010 10:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/?p=117#comment-106</guid>
		<description>Thanks Genie, much appreciated. I hope to get more postings out soon but a bit max&#039;d with projects at the moment.</description>
		<content:encoded><![CDATA[<p>Thanks Genie, much appreciated. I hope to get more postings out soon but a bit max&#8217;d with projects at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an RSS Generator in SharePoint by Genie Koblick</title>
		<link>http://chrisforbesblogs.net/2010/01/18/creating-an-rss-generator-in-sharepoint/#comment-105</link>
		<dc:creator>Genie Koblick</dc:creator>
		<pubDate>Tue, 25 May 2010 18:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/?p=117#comment-105</guid>
		<description>Another informative post. This is a very nice blog that I will definitively come back to several more times this year!</description>
		<content:encoded><![CDATA[<p>Another informative post. This is a very nice blog that I will definitively come back to several more times this year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mountain Biking in Scotland by Chris Forbes</title>
		<link>http://chrisforbesblogs.net/mountain-biking-in-scotland/#comment-103</link>
		<dc:creator>Chris Forbes</dc:creator>
		<pubDate>Fri, 21 May 2010 10:30:30 +0000</pubDate>
		<guid isPermaLink="false">https://chrisforbesblogs.wordpress.com/mountain-biking-in-scotland/#comment-103</guid>
		<description>Higher res. link added :)</description>
		<content:encoded><![CDATA[<p>Higher res. link added <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mountain Biking in Scotland by Norman Noble</title>
		<link>http://chrisforbesblogs.net/mountain-biking-in-scotland/#comment-100</link>
		<dc:creator>Norman Noble</dc:creator>
		<pubDate>Wed, 19 May 2010 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">https://chrisforbesblogs.wordpress.com/mountain-biking-in-scotland/#comment-100</guid>
		<description>Get the HD version up. We&#039;re not all broadband peasants ;-)

Hey Girl Hey Boy.... Takes me back to Homelands 1999!!</description>
		<content:encoded><![CDATA[<p>Get the HD version up. We&#8217;re not all broadband peasants <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Hey Girl Hey Boy&#8230;. Takes me back to Homelands 1999!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple way to get the 4-part strong name for an assembly by Sander Schutten</title>
		<link>http://chrisforbesblogs.net/2010/02/26/simple-way-to-get-the-4-part-strong-name-for-an-assembly/#comment-99</link>
		<dc:creator>Sander Schutten</dc:creator>
		<pubDate>Tue, 18 May 2010 22:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/?p=209#comment-99</guid>
		<description>The given command argument didn&#039;t work for me. I&#039;d to change it to:
-command &quot;[System.Reflection.AssemblyName]::GetAssemblyName(&#039;$(TargetPath)&#039;).FullName&quot;
thanks anyway for setting me in the right direction</description>
		<content:encoded><![CDATA[<p>The given command argument didn&#8217;t work for me. I&#8217;d to change it to:<br />
-command &#8220;[System.Reflection.AssemblyName]::GetAssemblyName(&#8216;$(TargetPath)&#8217;).FullName&#8221;<br />
thanks anyway for setting me in the right direction</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SharePoint 2010 (RC) not allowing you to select the installation type and installs as single server. by Sharepoint 2010 Release Candidate &#171; Sladescross&#39;s Blog</title>
		<link>http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-90</link>
		<dc:creator>Sharepoint 2010 Release Candidate &#171; Sladescross&#39;s Blog</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-90</guid>
		<description>[...] http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-... Possibly related posts: (automatically generated)Sharepoint 2010 External Lists Using Visual StudioInfopath 2007 Event ModelSharepoint 2007 SPDiagInstalling SharePoint 2010 (RC) not allowing you to select the installation&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-.." rel="nofollow">http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-..</a>. Possibly related posts: (automatically generated)Sharepoint 2010 External Lists Using Visual StudioInfopath 2007 Event ModelSharepoint 2007 SPDiagInstalling SharePoint 2010 (RC) not allowing you to select the installation&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SharePoint 2010 (RC) not allowing you to select the installation type and installs as single server. by Chris Forbes</title>
		<link>http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-88</link>
		<dc:creator>Chris Forbes</dc:creator>
		<pubDate>Wed, 24 Feb 2010 21:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-88</guid>
		<description>Your welcome, glad I could help. Drove me a crazy too!</description>
		<content:encoded><![CDATA[<p>Your welcome, glad I could help. Drove me a crazy too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SharePoint 2010 (RC) not allowing you to select the installation type and installs as single server. by Adam</title>
		<link>http://chrisforbesblogs.net/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-87</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://chrisforbesblogs.wordpress.com/2010/02/17/installing-sharepoint-2010-rc-not-allowing-you-to-select-the-installation-type-and-installs-as-single-server/#comment-87</guid>
		<description>Thank You!!! This was driving me crazy!</description>
		<content:encoded><![CDATA[<p>Thank You!!! This was driving me crazy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by SUGUK coming to a region near you! &#171; Life, the universe and whatever</title>
		<link>http://chrisforbesblogs.net/about/#comment-86</link>
		<dc:creator>SUGUK coming to a region near you! &#171; Life, the universe and whatever</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:36:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-86</guid>
		<description>[...] Chris Forbes [...]</description>
		<content:encoded><![CDATA[<p>[...] Chris Forbes [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
