<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>A Saucerful of Problems</title>
	<atom:link href="http://patmart.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patmart.wordpress.com</link>
	<description>Being a diary of the problems and challenges encountered in the field by a Microsoft partner consultant</description>
	<lastBuildDate>Thu, 05 Aug 2010 16:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='patmart.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7187dbfb691af591802c2972437c09e1?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>A Saucerful of Problems</title>
		<link>http://patmart.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://patmart.wordpress.com/osd.xml" title="A Saucerful of Problems" />
	<atom:link rel='hub' href='http://patmart.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Visual Studio: Project Type is Unsupported by this Installation</title>
		<link>http://patmart.wordpress.com/2010/08/05/visual-studio-project-type-is-unsupported-by-this-installation/</link>
		<comments>http://patmart.wordpress.com/2010/08/05/visual-studio-project-type-is-unsupported-by-this-installation/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:44:09 +0000</pubDate>
		<dc:creator>patmart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://patmart.wordpress.com/?p=21</guid>
		<description><![CDATA[Today I found myself trying to open a VS 2005 project which is generating some errors under SP 2010, and which the client wants upgraded to VS 2010.  I received the totally uninformative “project type not supported by this installation” error. By looking at the .csproj file itself, one can tell what sort of project type(s) VS is trying to open. Within [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=21&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I found myself trying to open a VS 2005 project which is generating some errors under SP 2010, and which the client wants upgraded to VS 2010.  I received the totally uninformative “project type not supported by this installation” error.</p>
<p>By looking at the .csproj file itself, one can tell what sort of project type(s) VS is trying to open. Within the .csproj file, the project types are given as GUIDS, but a Google search should reveal what project types they represent. In my case, one of the GUIDs represented a Sharepoint project type, which is part of the Visual Studio 2005|2008 Extensions for Sharepoint. So if the extensions are not installed on the dev machine, one will see that error.</p>
<p>Normally, the fix would be to simply install whatever version of the extensions one needs. But I have an additional problem – the extensions are not supported on 64-bit OS’s, which is what I&#8217;m using, both on the Sharepoint (2010) servers, and on my dev machine [I’m on 64-bit Windows 7].</p>
<p>So, in order to even OPEN the projects, never mind upgrade them, I need to have a 32-bit development machine. Not a show-stopper, as I have a Vista VM that I can use for this purpose.</p>
<p>What’s [not really] funny is that one would never be able to DEBUG any of these projects within SP 2010, because obviously 2010 requires a 64-bit OS – and you can’t even open the projects on a 64-bit machine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patmart.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patmart.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patmart.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=21&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patmart.wordpress.com/2010/08/05/visual-studio-project-type-is-unsupported-by-this-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42ff74b87f8b7a12e9d105c911f0e07?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patmart</media:title>
		</media:content>
	</item>
		<item>
		<title>Missing Hosts File in Windows 7?</title>
		<link>http://patmart.wordpress.com/2010/07/01/missing-hosts-file-in-windows-7/</link>
		<comments>http://patmart.wordpress.com/2010/07/01/missing-hosts-file-in-windows-7/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:09:48 +0000</pubDate>
		<dc:creator>patmart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://patmart.wordpress.com/?p=18</guid>
		<description><![CDATA[TIP: If you do not see the C:\Windows\System32\drivers\etc folder, try running Windows Explorer as Administrator.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=18&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>TIP</strong>: If you do not see the C:\Windows\System32\drivers\etc folder, try running Windows Explorer as Administrator.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patmart.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patmart.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patmart.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=18&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patmart.wordpress.com/2010/07/01/missing-hosts-file-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42ff74b87f8b7a12e9d105c911f0e07?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patmart</media:title>
		</media:content>
	</item>
		<item>
		<title>SP 2010 Taxonomy Picker Bug</title>
		<link>http://patmart.wordpress.com/2010/06/28/sp-2010-taxonomy-picker-bug/</link>
		<comments>http://patmart.wordpress.com/2010/06/28/sp-2010-taxonomy-picker-bug/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:43:30 +0000</pubDate>
		<dc:creator>patmart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://patmart.wordpress.com/?p=10</guid>
		<description><![CDATA[SharePoint Dan offers some help, but apparently it&#8217;s not really a fix; this is a Microsoft bug.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=10&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SharePoint Dan offers <a href="http://www.sharepointdan.com/2010/05/19/taxonomypicker-ascx-bug-sp2010-rtm/" target="_blank">some help</a>, but apparently it&#8217;s not really a fix; this is a Microsoft bug.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patmart.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patmart.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patmart.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=10&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patmart.wordpress.com/2010/06/28/sp-2010-taxonomy-picker-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42ff74b87f8b7a12e9d105c911f0e07?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patmart</media:title>
		</media:content>
	</item>
		<item>
		<title>5000 DCOM Errors in a Sharepoint Server Log (and a partridge in a pear tree)</title>
		<link>http://patmart.wordpress.com/2010/06/28/5000-dcom-errors-in-a-sharepoint-server-log-and-a-partridge-in-a-pear-tree/</link>
		<comments>http://patmart.wordpress.com/2010/06/28/5000-dcom-errors-in-a-sharepoint-server-log-and-a-partridge-in-a-pear-tree/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 14:59:11 +0000</pubDate>
		<dc:creator>patmart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[COM+]]></category>
		<category><![CDATA[Registry Hacks]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://patmart.wordpress.com/?p=6</guid>
		<description><![CDATA[Wictor Wilén offers a solution for the ubiquitious &#8220;10016&#8243; error.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=6&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wictor Wilén offers a <a href="http://www.wictorwilen.se/Post/Fix-the-SharePoint-DCOM-10016-error-on-Windows-Server-2008-R2.aspx" target="_blank">solution</a> for the ubiquitious &#8220;10016&#8243; error.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/patmart.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/patmart.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/patmart.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=patmart.wordpress.com&amp;blog=14369504&amp;post=6&amp;subd=patmart&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://patmart.wordpress.com/2010/06/28/5000-dcom-errors-in-a-sharepoint-server-log-and-a-partridge-in-a-pear-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42ff74b87f8b7a12e9d105c911f0e07?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">patmart</media:title>
		</media:content>
	</item>
	</channel>
</rss>
