<?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>Danny Hansen</title>
	<atom:link href="http://www.dannyhansen.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dannyhansen.nl</link>
	<description>The Internet?  Is that thing still around?</description>
	<lastBuildDate>Wed, 22 Feb 2012 08:18:04 +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>Creating custom service application proxy groups</title>
		<link>http://www.dannyhansen.nl/sharepoint/creating-custom-service-application-proxy-groups?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-custom-service-application-proxy-groups</link>
		<comments>http://www.dannyhansen.nl/sharepoint/creating-custom-service-application-proxy-groups#comments</comments>
		<pubDate>Wed, 15 Feb 2012 19:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=589</guid>
		<description><![CDATA[In SharePoint 2010 every webapplication can be connected to the default service application connection group. It is also possible to use the custom group which allows you to choose which service applications need to be connected to the webapplication. In this post I will show how you can create a custom group, connect service applications [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/creating-custom-service-application-proxy-groups/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding your own custom columns to the Sharepoint SPBuiltInFieldId class</title>
		<link>http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class</link>
		<comments>http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SPBuiltInFieldId]]></category>
		<category><![CDATA[TextTemplate]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=517</guid>
		<description><![CDATA[When coding for SharePoint I always use the class &#8220;SPBuiltInFieldId&#8221; in code when retrieving fields. When creating my own fields I miss the ability to use the same class to get my own field id&#8217;s. I created a text template file that gets all fields from a certain group and creates a class for me [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/adding-your-own-custom-fields-to-thet-sharepoint-spbuiltinfieldid-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the SharePoint 2010 PassPhrase</title>
		<link>http://www.dannyhansen.nl/sharepoint/change-the-sharepoint-2010-passphrase?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-the-sharepoint-2010-passphrase</link>
		<comments>http://www.dannyhansen.nl/sharepoint/change-the-sharepoint-2010-passphrase#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[PassPhrase]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=541</guid>
		<description><![CDATA[Open a SharePoint Management shell and execute the following command $passphrase = ConvertTo-SecureString -asPlainText -Force Set-SPPassPhrase -PassPhrase $passphrase -Confirm:$false]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/change-the-sharepoint-2010-passphrase/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Audience compilation hangs on status compiling</title>
		<link>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-audience-compilation-hangs-on-status-compiling?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-audience-compilation-hangs-on-status-compiling</link>
		<comments>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-audience-compilation-hangs-on-status-compiling#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:36:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Audience compilation]]></category>
		<category><![CDATA[Audiences]]></category>
		<category><![CDATA[Status Compiling]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=521</guid>
		<description><![CDATA[Sometimes the audience compilation job seems to hang on the status compiling. Manually compiling audiences will no longer work until this status is gone. There is a trick to stop the audience compilation with Powershell. In the SharePoint management shell type in &#8220;audiencejob.exe&#8221; You will see the id of the user profile service application. Copy [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-audience-compilation-hangs-on-status-compiling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 FullTextSQl shows wrong date</title>
		<link>http://www.dannyhansen.nl/sharepoint/sharepoint-2010/sharepoint-fulltextsql-shows-wrong-date?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-fulltextsql-shows-wrong-date</link>
		<comments>http://www.dannyhansen.nl/sharepoint/sharepoint-2010/sharepoint-fulltextsql-shows-wrong-date#comments</comments>
		<pubDate>Mon, 28 Nov 2011 11:52:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[FullTextSqlQuery]]></category>
		<category><![CDATA[LocalTime]]></category>
		<category><![CDATA[UTC]]></category>
		<category><![CDATA[Wrong Date]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=502</guid>
		<description><![CDATA[In a project that I am working on we used FullTextSql query&#8217;s. After a while we noticed that dates coming from FullTextSql where a day before actual date. We use Dutch culture so this looked like the obvious reason. After investigating sulution was simple. Sharepoint stores all its dates in UTC time. So when I [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/sharepoint-2010/sharepoint-fulltextsql-shows-wrong-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 Taxonomy not synchronized after value change</title>
		<link>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-taxonomy-not-synchronized-after-value-change?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-taxonomy-not-synchronized-after-value-change</link>
		<comments>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-taxonomy-not-synchronized-after-value-change#comments</comments>
		<pubDate>Fri, 22 Apr 2011 11:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Taxonomy]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=498</guid>
		<description><![CDATA[I was having the following problem: I have a Taxonomy term store with a couple of term groups with in them a couple of term sets with terms. I created several pages and added terms from term store. I now change the term in  the term store. I expect that the terms in my site [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-taxonomy-not-synchronized-after-value-change/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Could not create anonymous paging file</title>
		<link>http://www.dannyhansen.nl/virtualization/vmware/vmware-could-not-create-anonymous-paging-file?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-could-not-create-anonymous-paging-file</link>
		<comments>http://www.dannyhansen.nl/virtualization/vmware/vmware-could-not-create-anonymous-paging-file#comments</comments>
		<pubDate>Fri, 22 Apr 2011 07:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=495</guid>
		<description><![CDATA[When working with multiple VMWare images at the same time you can sometimes get the following error while starting a VM &#8220;Could not create anonymous paging file&#8221; this error occurs for one of the following reasons Not enough free RAM Host page file is very small &#160;]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/virtualization/vmware/vmware-could-not-create-anonymous-paging-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 run with elevated privileges</title>
		<link>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-elevated-privileges?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-elevated-privileges</link>
		<comments>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-elevated-privileges#comments</comments>
		<pubDate>Fri, 22 Apr 2011 07:22:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Elevated Privileges]]></category>
		<category><![CDATA[RunWithElevatedPrivileges]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=484</guid>
		<description><![CDATA[When I was programming for MOSS 2007 I often used the &#8220;Run with Elevated Privileges&#8221; delegate. But I am now developing for Sharepoint 2010 and sometimes (for no clear reason) this code doesn&#8217;t work. I found another way to do this. This is by passing a sys token during creation of SPSite.]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/sharepoint-2010-elevated-privileges/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare workstation freezing issues</title>
		<link>http://www.dannyhansen.nl/virtualization/vmware/vmware-workstation-freezing-issues?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-workstation-freezing-issues</link>
		<comments>http://www.dannyhansen.nl/virtualization/vmware/vmware-workstation-freezing-issues#comments</comments>
		<pubDate>Fri, 22 Apr 2011 07:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtual Hardware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=481</guid>
		<description><![CDATA[I use VMWare for my development environment. I was having performance issues. VMWare was freezing and I could not power off my virtual machine. It turns out that VMWare creates a file on disk that the virtual machine uses as ram. So if you give your VM a mem size like 8gb, a file (.vmem) [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/virtualization/vmware/vmware-workstation-freezing-issues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Sharepoint installer to install on Windows 7 client</title>
		<link>http://www.dannyhansen.nl/sharepoint/enable-sharepoint-installer-to-install-on-windows-7-client?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-sharepoint-installer-to-install-on-windows-7-client</link>
		<comments>http://www.dannyhansen.nl/sharepoint/enable-sharepoint-installer-to-install-on-windows-7-client#comments</comments>
		<pubDate>Wed, 20 Apr 2011 07:24:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint 2010 stand alone]]></category>

		<guid isPermaLink="false">http://www.dannyhansen.nl/?p=474</guid>
		<description><![CDATA[When you try to install Sharepoint 2010 on a Windows 7 client you get the error that you can not install on a Windows client. To fix this copy the content of your disc to your hard drive and edit the files below: Edit config.xml in Root of Sp2010 cd\Files\setup\config.xml Root of Sp2010 cd\Files\setupfarm\config.xml Add [...]]]></description>
		<wfw:commentRss>http://www.dannyhansen.nl/sharepoint/enable-sharepoint-installer-to-install-on-windows-7-client/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

