<?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/"
	>

<channel>
	<title>Ben Ramey &#187; sharepoint</title>
	<atom:link href="http://www.benramey.com/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benramey.com</link>
	<description>Things I and my friends have learned while solving problems.</description>
	<lastBuildDate>Mon, 06 Feb 2012 05:01:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install SharePoint on Windows 7</title>
		<link>http://www.benramey.com/2012/02/03/install-sharepoint-on-windows-7/</link>
		<comments>http://www.benramey.com/2012/02/03/install-sharepoint-on-windows-7/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 22:44:04 +0000</pubDate>
		<dc:creator>Ben Ramey</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.benramey.com/?p=38</guid>
		<description><![CDATA[If you try to do a SharePoint 2010 installation on your client machine (that is, not a Windows Server OS) then you&#8217;ll get an error explaining that SharePoint 2010 can&#8217;t be installed on your operating system. Never fear, CodeProject is here. Check out this helpful post to get it installed (it couldn&#8217;t be easier): http://www.codeproject.com/Articles/44210/Installing-SharePoint-Server-2010-on-Windows-7-x64 [...]]]></description>
		<wfw:commentRss>http://www.benramey.com/2012/02/03/install-sharepoint-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicating SPWebConfigModifications</title>
		<link>http://www.benramey.com/2010/12/10/duplicating-spwebconfigmodifications/</link>
		<comments>http://www.benramey.com/2010/12/10/duplicating-spwebconfigmodifications/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 23:42:05 +0000</pubDate>
		<dc:creator>Ben Ramey</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[attribute value]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[single quote]]></category>
		<category><![CDATA[SPWebConfigModification]]></category>

		<guid isPermaLink="false">http://www.benramey.com/?p=54</guid>
		<description><![CDATA[Problem: Despite everything looking OK (no duplicate SPWebConfigModifications for your web application), your SPWebConfigModifications are adding duplicate elements to your web.config file. Solution (at least one possible one): I ran into this problem today and discovered that in the Name property of the SPWebConfigModification I was not wrapping an attribute value in single quotes.  Since [...]]]></description>
		<wfw:commentRss>http://www.benramey.com/2010/12/10/duplicating-spwebconfigmodifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blank SharePoint Site Problem</title>
		<link>http://www.benramey.com/2010/12/01/blank-sharepoint-site-problem/</link>
		<comments>http://www.benramey.com/2010/12/01/blank-sharepoint-site-problem/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 04:39:21 +0000</pubDate>
		<dc:creator>Ben Ramey</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.benramey.com/?p=90</guid>
		<description><![CDATA[Problem: A SharePoint site renders completely blank in the browser. It shows up immediately without any “processing” time and when looking at the HTML source for the page, it is completely blank–no HTML tags whatsoever. Solution: In my case, the web.config file for the SharePoint application had duplicate entries in the system.webServer/handlers and system.webServer/modules elements. [...]]]></description>
		<wfw:commentRss>http://www.benramey.com/2010/12/01/blank-sharepoint-site-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Post Build Event to Copy DLLs</title>
		<link>http://www.benramey.com/2010/06/29/visual-studio-post-build-event-to-copy-dlls/</link>
		<comments>http://www.benramey.com/2010/06/29/visual-studio-post-build-event-to-copy-dlls/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 04:38:08 +0000</pubDate>
		<dc:creator>Ben Ramey</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[build event]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.benramey.com/?p=88</guid>
		<description><![CDATA[While doing SharePoint development, we use a lot of pre- and post-build events in Visual Studio projects to do various things like build and deploy SharePoint solutions to our development environments, activate features automatically and other similar things to make the process of building solutions for SharePoint as automated as possible. One helpful way I’ve [...]]]></description>
		<wfw:commentRss>http://www.benramey.com/2010/06/29/visual-studio-post-build-event-to-copy-dlls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

