<?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>SharePointage</title>
	<atom:link href="http://sharepointage.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointage.wordpress.com</link>
	<description>Developing with SharePoint</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sharepointage.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SharePointage</title>
		<link>http://sharepointage.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharepointage.wordpress.com/osd.xml" title="SharePointage" />
	<atom:link rel='hub' href='http://sharepointage.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint 2007 &#8220;An unexpected error has occurred&#8221; After Content Database Restore</title>
		<link>http://sharepointage.wordpress.com/2012/01/16/sharepoint-2007-an-unexpected-error-has-occurred-after-content-database-restore/</link>
		<comments>http://sharepointage.wordpress.com/2012/01/16/sharepoint-2007-an-unexpected-error-has-occurred-after-content-database-restore/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 22:15:36 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/?p=133</guid>
		<description><![CDATA[If you experience the generic “An unexpected error has occurred” message after a content database restore (or any reason really), the first step in troubleshooting is to turn off custom error handling and allow SharePoint to display the stack trace. Here are the steps: 1) Navigate to the web application’s web.config file 2) Find the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=133&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you experience the generic “An unexpected error has occurred” message after a content database restore (or any reason really), the first step in troubleshooting is to turn off custom error handling and allow SharePoint to display the stack trace. Here are the steps:</p>
<p>1) Navigate to the web application’s web.config file</p>
<p>2) Find the SafeMode setting:</p>
<p><font color="#0000ff">&lt;</font><font color="#9e7c7c">SafeMode</font> <font color="#ff0000">MaxControls</font><font color="#0000ff">=&quot;200&quot;</font> <font color="#ff0000">CallStack</font><font color="#0000ff">=&quot;false&quot;</font> <font color="#ff0000">DirectFileDependencies</font><font color="#0000ff">=&quot;10&quot;</font> <font color="#ff0000">TotalFileDependencies</font><font color="#0000ff">=&quot;50&quot;</font> <font color="#ff0000">AllowPageLevelTrace</font><font color="#0000ff">=&quot;false&quot;&gt;</font></p>
<p>and change the ‘CallStack’ and ‘AllowPageLevelTrace’ attributes from false to true:</p>
<p><font color="#0000ff">&lt;</font><font color="#9e7c7c">SafeMode</font> <font color="#ff0000">MaxControls</font><font color="#0000ff">=&quot;200&quot;</font> <font color="#ff0000">CallStack</font><font color="#0000ff">=&quot;true&quot;</font> <font color="#ff0000">DirectFileDependencies</font><font color="#0000ff">=&quot;10&quot;</font> <font color="#ff0000">TotalFileDependencies</font><font color="#0000ff">=&quot;50&quot;</font> <font color="#ff0000">AllowPageLevelTrace</font><font color="#0000ff">=&quot;true&quot;&gt;</font></p>
<p><font color="#000000">3) Find the CustomErrors setting:</font></p>
<p>&#160;&#160; <font color="#0000ff"> &lt;</font><font color="#9e7c7c">customErrors</font> <font color="#ff0000">mode</font><font color="#0000ff">=&quot;On&quot; /&gt;</font></p>
<p><font color="#333333">and set mode=”Off”:</font></p>
<p>&#160;&#160; <font color="#0000ff"> &lt;</font><font color="#9e7c7c">customErrors</font> <font color="#ff0000">mode</font><font color="#0000ff">=&quot;Off&quot; /&gt;</font></p>
<p><font color="#000000">Now reloading the page will provide stacktrace information for troubleshooting.</font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=133&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2012/01/16/sharepoint-2007-an-unexpected-error-has-occurred-after-content-database-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>
	</item>
		<item>
		<title>The Status code is &#8220;OK&#8221; in SharePoint Designer 2010</title>
		<link>http://sharepointage.wordpress.com/2011/06/21/the-status-code-is-ok-in-sharepoint-designer-2010/</link>
		<comments>http://sharepointage.wordpress.com/2011/06/21/the-status-code-is-ok-in-sharepoint-designer-2010/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 22:05:51 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2011/06/21/the-status-code-is-ok-in-sharepoint-designer-2010/</guid>
		<description><![CDATA[Attempting to open a SharePoint 2010 site on a staging server our consultants built resulted in the following error: An Error occurred while trying to fetch data from your SharePoint site. Unexpected response from the server. The content type of the response is “”. The Status code is “OK”. Doing some ‘research’, it appears that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=129&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Attempting to open a SharePoint 2010 site on a staging server our consultants built resulted in the following error:</p>
<blockquote><p><font color="#333333"><strong>An Error occurred while trying to fetch data from your SharePoint site. Unexpected response from the server. The content type of the response is “”. The Status code is “OK”.</strong></font></p>
</blockquote>
<p align="left">Doing some <a href="http://www.google.com/" target="_blank">‘research’</a>, it appears that there are several possible causes, but in my case it was due to an issue with multiple IIS bindings on the web application. Taking the <a href="http://claytoncobb.wordpress.com" target="_blank">always awesome Clayton Cobb’s</a> <a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010customization/thread/19628c53-fde2-44b0-806c-64f67263c931" target="_blank">advice</a>, I extended the web application and used the new URL to connect to the site. Worked like a charm.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=129&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2011/06/21/the-status-code-is-ok-in-sharepoint-designer-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight Error &#8216;Element is already the child of another element&#8217; When Adding Control in LightSwitch</title>
		<link>http://sharepointage.wordpress.com/2011/05/17/silverlight-error-element-is-already-the-child-of-another-element/</link>
		<comments>http://sharepointage.wordpress.com/2011/05/17/silverlight-error-element-is-already-the-child-of-another-element/#comments</comments>
		<pubDate>Tue, 17 May 2011 21:30:13 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2011/05/17/silverlight-error-element-is-already-the-child-of-another-element/</guid>
		<description><![CDATA[Working with LightSwitch Beta 2 and trying to add a custom grid control from DevExpress. I added a custom Silverlight user control to the Client project and then changed my LightSwitch Grid Screen grid to ‘Custom Control’ and pointed to the user control I had created. The solution would build fine but when attempting to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=123&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Working with LightSwitch Beta 2 and trying to add a custom grid control from DevExpress. I added a custom Silverlight user control to the Client project and then changed my LightSwitch Grid Screen grid to ‘Custom Control’ and pointed to the user control I had created. The solution would build fine but when attempting to debug, I would get the following error:</p>
<blockquote><p>Element is already the child of another element. [Line: 0 Position: 0]</p>
</blockquote>
<p><font color="#000000">The solution was to add the DevExpress dll as a reference in the ‘Add Custom Control’ dialog box used to select your custom control. The quirky part is that you don’t actually select the dll as the custom control (you pick your user control), but it has to be added through the same interface… </font></p>
<p><font color="#000000">Credit to Paul Patterson for his solution </font><a href="http://social.msdn.microsoft.com/Forums/en-US/lightswitchgeneral/thread/40cec0eb-2f68-4243-af6e-377bf4274f53"><font color="#0000ff">here</font></a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=123&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2011/05/17/silverlight-error-element-is-already-the-child-of-another-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>
	</item>
		<item>
		<title>Improving Workstation Performance When Developing Sharepoint 2010 on Windows 7</title>
		<link>http://sharepointage.wordpress.com/2010/10/28/improving-performance-when-developing-sharepoint-2010-on-windows-7/</link>
		<comments>http://sharepointage.wordpress.com/2010/10/28/improving-performance-when-developing-sharepoint-2010-on-windows-7/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 16:40:27 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/?p=118</guid>
		<description><![CDATA[&#160; There’s quite a bit of debate about the plusses and minuses of installing SharePoint 2010 on Windows 7 for development… But if you go that route (as my team and I have), I just ran across this post from Emmanuel Bergerat with PowerShell scripts to start and stop all necessary services on your machine: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=118&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>There’s quite a bit of debate about the <a href="http://www.wictorwilen.se/Post/Local-SharePoint-2010-development-on-Windows-7-awesome-experience.aspx">plusses</a> and <a href="http://www.andrewconnell.com/blog/archive/2010/09/08/why-i-donrsquot-do-sharepoint-2010-development-on-windows-7.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+AndrewConnell+%28Andrew+Connell+%5BMVP+SharePoint%5D%29">minuses</a> of installing SharePoint 2010 on Windows 7 for development… But if you go that route (as my team and I have), I just ran across <a href="http://blogs.msdn.com/b/emberger/archive/2009/11/16/stop-and-go-with-sharepoint-2010-on-your-workstation.aspx">this post</a> from <a href="http://blogs.msdn.com/b/emberger/">Emmanuel Bergerat</a> with PowerShell scripts to start and stop all necessary services on your machine:</p>
<p><a title="Click to follow" href="http://blogs.msdn.com/b/emberger/archive/2009/11/16/stop-and-go-with-sharepoint-2010-on-your-workstation.aspx" target="_blank"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="Click to Follow" border="0" alt="Click to Follow" src="http://sharepointage.files.wordpress.com/2010/10/image1.png?w=244&#038;h=196" width="244" height="196" /></a></p>
<p>Excellent work Emmanuel, but this surfaced a minor annoyance I’ve had for a while about the inability to right-click and select ‘Run as Administrator’ when launching a PowerShell script… A little googling and I found <a href="http://technet.microsoft.com/en-us/magazine/2007.06.utilityspotlight.aspx">a PowerToy</a> written by Michael Murgolo back in 2008. Took me a few minutes of reading, so here are the cliff notes:</p>
<blockquote><p><font color="#333333">1) Download <a href="http://download.microsoft.com/download/f/d/0/fd05def7-68a1-4f71-8546-25c359cc0842/Elevation2008_06.exe">Elevation2008_06.exe</a> (a zipped exe)</font></p>
<p><font color="#333333">2) Run the exe and unzip the files into a folder</font></p>
<p align="left"><font color="#333333">3) Open the Elevation folder installed by the exe</font></p>
<p align="left"><font color="#333333">4) Right click on the ElevatePowershellScript.inf file and select ‘Install</font></p>
<p align="left"><font color="#333333">5) Right Click on the ‘START Sp2010 on Local DevWorkstation.ps1’ file from Emmanuel and select ‘Run as Administrator’</font></p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=118&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/10/28/improving-performance-when-developing-sharepoint-2010-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/10/image1.png" medium="image">
			<media:title type="html">Click to Follow</media:title>
		</media:content>
	</item>
		<item>
		<title>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</title>
		<link>http://sharepointage.wordpress.com/2010/08/13/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</link>
		<comments>http://sharepointage.wordpress.com/2010/08/13/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 20:58:05 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/08/13/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</guid>
		<description><![CDATA[I ran into an issue yesterday on my SharePoint 2010 development environment: when starting the SharePoint 2010 Powershell tool (officially the SharePoint 2010 Management Shell), I received the following error: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered. I found several articles with suggestions here and here. Having the appropriate SQL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=115&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran into an issue yesterday on my SharePoint 2010 development environment: when starting the SharePoint 2010 Powershell tool (officially the SharePoint 2010 Management Shell), I received the following error:</p>
<blockquote><p>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.</p>
</blockquote>
<p><font color="#000000">I found several articles with suggestions <a href="http://www.sharepointassist.com/2010/01/29/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/" target="_blank">here</a> and <a href="http://davidfrette.wordpress.com/2010/02/19/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/" target="_blank">here</a>. Having the appropriate SQL Server access is required but neither approached worked for me. When I came in this morning it occurred to me it may be easier than I’m making it. </font></p>
<p><font color="#000000">The resolution for me was starting the tool as an administrator by right clicking on the icon:</font></p>
<p align="center"><a href="http://sharepointage.files.wordpress.com/2010/08/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://sharepointage.files.wordpress.com/2010/08/image_thumb.png?w=191&#038;h=244" width="191" height="244" /></a></p>
<p align="left">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=115&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/08/13/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/08/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint List Filter by User</title>
		<link>http://sharepointage.wordpress.com/2010/07/20/sharepoint-list-filter-by-user/</link>
		<comments>http://sharepointage.wordpress.com/2010/07/20/sharepoint-list-filter-by-user/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:44:07 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/07/20/sharepoint-list-filter-by-user/</guid>
		<description><![CDATA[If you’re need to try to filter a SharePoint list to show only items created by the current user, Microsoft guidance is less than optimal. The more straightforward approach: Navigate to the view you want filtered and select ‘Modify this view’ from the View dropdown (or create a new view) In the ‘Filter’ section, add [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=112&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you’re need to try to filter a SharePoint list to show only items created by the current user, <a href="http://office.microsoft.com/en-us/sharepoint-server-help/work-with-filter-web-parts-HA010033786.aspx" target="_blank">Microsoft guidance</a> is less than optimal.</p>
<p>The more straightforward approach:</p>
<ol>
<li>Navigate to the view you want filtered and select ‘Modify this view’ from the View dropdown (or create a new view)</li>
<li>In the ‘Filter’ section, add a filter where ‘Created By’ field is equal to ‘[me]’</li>
</ol>
<p align="center"><a href="http://sharepointage.files.wordpress.com/2010/07/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://sharepointage.files.wordpress.com/2010/07/image_thumb.png?w=377&#038;h=91" width="377" height="91" /></a>    </p>
<p> 
<p>That’s all there is to it. Hope this helps anyone looking.   </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=112&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/07/20/sharepoint-list-filter-by-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>TFS 2010 Web Services</title>
		<link>http://sharepointage.wordpress.com/2010/07/15/tfs-2010-web-services/</link>
		<comments>http://sharepointage.wordpress.com/2010/07/15/tfs-2010-web-services/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 23:29:21 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/07/15/tfs-2010-web-services/</guid>
		<description><![CDATA[If you’ve reached my blog by googling for the last hour searching for information on web service documentation for Team Foundation Server 2010 (as I just finished doing), I’ve got some bad news for you… Here’s a link to an MSDN forum posting titled ‘Getting work items via TFS web services’. In essence, it explains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=108&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;float:none;margin-left:auto;margin-right:auto;" alt="fail owned pwnd pictures" src="http://failblog.files.wordpress.com/2008/06/fb147.jpg?w=366&#038;h=375&#038;h=275" width="366" height="275" /></p>
<p>If you’ve reached my blog by googling for the last hour searching for information on web service documentation for Team Foundation Server 2010 (as I just finished doing), I’ve got some bad news for you… <a href="http://social.msdn.microsoft.com/Forums/en-US/tfsworkitemtracking/thread/73f79348-0b37-406b-aa3b-a63d3837951b" target="_blank">Here’s a link</a> to an MSDN forum posting titled ‘Getting work items via TFS web services’. In essence, it explains that: 1) there are TFS web services and 2) they’re impossibly hard to use, so don’t bother (the exact advice is use the client object model).</p>
<p>I can’t recall a time I’ve been more disappointed with a Microsoft development tool (ok, I’m probably wildly blinded by the present tense) and surprised by the irony of a tool dedicated to enabling developers to be more productive, providing such an obtuse approach to integration.</p>
<p>Thanks Microsoft. <img style="border-style:none;" class="wlEmoticon wlEmoticon-smilewithtongueout" alt="Smile with tongue out" src="http://sharepointage.files.wordpress.com/2010/07/wlemoticonsmilewithtongueout.png?w=700" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=108&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/07/15/tfs-2010-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://failblog.files.wordpress.com/2008/06/fb147.jpg?w=500&#38;h=375" medium="image">
			<media:title type="html">fail owned pwnd pictures</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/07/wlemoticonsmilewithtongueout.png" medium="image">
			<media:title type="html">Smile with tongue out</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 SharePoint 2010 Install</title>
		<link>http://sharepointage.wordpress.com/2010/06/29/windows-7-sharepoint-2010-install/</link>
		<comments>http://sharepointage.wordpress.com/2010/06/29/windows-7-sharepoint-2010-install/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:00:54 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/06/29/windows-7-sharepoint-2010-install/</guid>
		<description><![CDATA[Good news for SharePoint developers of the world: SharePoint 2010 can be installed directly on a Windows 7 OS. There are still plenty of compelling reasons for utilizing a VM and you have to have meet the hardware requirements, but you have to love having the option. I’m going for it and installing on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=106&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good news for SharePoint developers of the world: SharePoint 2010 can be installed directly on a Windows 7 OS. There are still plenty of compelling reasons for utilizing a VM and you have to have meet the hardware requirements, but you have to love having the option. I’m going for it and installing on the my development workstation. </p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx" target="_blank">Here’s a link</a> to the Microsoft guidance on setting up a SharePoint 2010 development environment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=106&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/06/29/windows-7-sharepoint-2010-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Calculate Days Hours &amp; Minutes Between Dates</title>
		<link>http://sharepointage.wordpress.com/2010/05/24/sharepoint-calculate-days-hours-minutes-between-dates/</link>
		<comments>http://sharepointage.wordpress.com/2010/05/24/sharepoint-calculate-days-hours-minutes-between-dates/#comments</comments>
		<pubDate>Mon, 24 May 2010 22:51:32 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/05/24/sharepoint-calculate-days-hours-minutes-between-dates/</guid>
		<description><![CDATA[&#160; A request today sent me Googling for a calculated column formula to display the days/hours/minutes between the created date and modified date of a list item. I found nothing so here’s what I came up with: &#160; =IF(DAYS360(Created,Modified)&#62;0,IF(((HOUR(Modified)*60)+MINUTE(Modified)&#62;((HOUR(Created)*60)+MINUTE(Created))),DAYS360(Created,Modified),DAYS360(Created,Modified)-1),0)&#38;&#34; Days,&#34;&#38;HOUR(Modified-Created)&#38;&#34; Hours,&#34;&#38;MINUTE(Modified-Created)&#38;&#34; Minutes&#34; &#160; The resulting columns look like this: &#160; Since the engine used for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=105&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://sharepointage.files.wordpress.com/2010/05/pocketcalendar1400.jpg"><img title="pocketcalendar1400" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="196" alt="pocketcalendar1400" src="http://sharepointage.files.wordpress.com/2010/05/pocketcalendar1400_thumb.jpg?w=244&#038;h=196" width="244" border="0" /></a> </p>
<p>A request today sent me Googling for a calculated column formula to display the days/hours/minutes between the created date and modified date of a list item. I found nothing so here’s what I came up with:</p>
<p>&#160;</p>
<blockquote><p>=IF(DAYS360(Created,Modified)&gt;0,IF(((HOUR(Modified)*60)+MINUTE(Modified)&gt;((HOUR(Created)*60)+MINUTE(Created))),DAYS360(Created,Modified),DAYS360(Created,Modified)-1),0)&amp;&quot; Days,&quot;&amp;HOUR(Modified-Created)&amp;&quot; Hours,&quot;&amp;MINUTE(Modified-Created)&amp;&quot; Minutes&quot;</p>
</blockquote>
<p>&#160;</p>
<p>The resulting columns look like this:</p>
<p><a href="http://sharepointage.files.wordpress.com/2010/05/image.png"><img title="image" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="207" alt="image" src="http://sharepointage.files.wordpress.com/2010/05/image_thumb1.png?w=244&#038;h=207" width="244" border="0" /></a> </p>
<p>&#160;</p>
<p>Since the engine used for calculated columns is the same as Excel, I always start in Excel when I’m writing complex column calculations. I then find and replace the cells in the formula with the SharePoint column names and paste the formula to SharePoint. </p>
<p>Hope this helps if you’re looking to do the same…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=105&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/05/24/sharepoint-calculate-days-hours-minutes-between-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/05/pocketcalendar1400_thumb.jpg" medium="image">
			<media:title type="html">pocketcalendar1400</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 REST Service Not Working</title>
		<link>http://sharepointage.wordpress.com/2010/05/17/sharepoint-2010-rest-service-not-working/</link>
		<comments>http://sharepointage.wordpress.com/2010/05/17/sharepoint-2010-rest-service-not-working/#comments</comments>
		<pubDate>Mon, 17 May 2010 22:42:12 +0000</pubDate>
		<dc:creator>markm247</dc:creator>
				<category><![CDATA[REST]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">https://sharepointage.wordpress.com/2010/05/17/sharepoint-2010-rest-service-not-working/</guid>
		<description><![CDATA[&#160; If you attempt to access List data in SharePoint 2010 using the REST service and receive the error below, you may be missing the ADO.NET Data Services Update (I was )… Click here to download for Windows 7 and Windows Server 2008 R2 Click here to download for Windows Vista and Windows Server 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=100&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="left"><img title="image" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="152" alt="image" src="http://sharepointage.files.wordpress.com/2010/05/image_thumb.png?w=343&#038;h=152" width="343" border="0" /></p>
<p align="left">If you attempt to access List data in SharePoint 2010 using the REST service and receive the error below, you may be missing the ADO.NET Data Services Update (I was <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )…</p>
<p align="left">Click <a href="http://www.microsoft.com/downloads/details.aspx?familyid=79d7f6f8-d6e9-4b8c-8640-17f89452148e&amp;displaylang=en">here</a> to download for Windows 7 and Windows Server 2008 R2</p>
<p align="left">Click <a href="http://www.microsoft.com/downloads/details.aspx?familyid=4B710B89-8576-46CF-A4BF-331A9306D555&amp;displaylang=en">here</a> to download for Windows Vista and Windows Server 2008</p>
<blockquote><p align="left">Could not load type &#8216;System.Data.Services.Providers.IDataServiceUpdateProvider&#8217; from assembly &#8216;System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242;.</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointage.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointage.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointage.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointage.wordpress.com&amp;blog=5415066&amp;post=100&amp;subd=sharepointage&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointage.wordpress.com/2010/05/17/sharepoint-2010-rest-service-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b27ff72bec82334c8aefcc8ac9c360c8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markm247</media:title>
		</media:content>

		<media:content url="http://sharepointage.files.wordpress.com/2010/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
