<?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>SharePointBlog.nl</title>
	<atom:link href="http://www.sharepointblog.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointblog.nl</link>
	<description>Michiel Lankamp</description>
	<lastBuildDate>Sat, 11 Sep 2010 01:13:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Content Deployment aware feature receiver</title>
		<link>http://www.sharepointblog.nl/2010/09/10/content-deployment-aware-feature-receiver/</link>
		<comments>http://www.sharepointblog.nl/2010/09/10/content-deployment-aware-feature-receiver/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:42:24 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Content deployment]]></category>
		<category><![CDATA[feature receiver]]></category>
		<category><![CDATA[StackTrace]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/2010/09/10/content-deployment-aware-feature-receiver/</guid>
		<description><![CDATA[Today I was testing a content deployment job in SharePoint 2007 and the job finished successfully. When I looked at the content I found that the property bag of a web contained values I wasn’t expecting. When I looked at the order in which the content deployment is executed I understood why. During the import [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2010/09/10/content-deployment-aware-feature-receiver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FullTextSqlQuery Exception from HRESULT: 0x80040E60</title>
		<link>http://www.sharepointblog.nl/2010/05/25/fulltextsqlquery-exception-from-hresult-0x80040e60/</link>
		<comments>http://www.sharepointblog.nl/2010/05/25/fulltextsqlquery-exception-from-hresult-0x80040e60/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:09:16 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[FullTextSqlQuery]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=52</guid>
		<description><![CDATA[After upgrading a webpart from SharePoint 2007 to 2010 I got a exception from de search engine about the query format. I used the following code: var sqlQuery = new FullTextSqlQuery(SPContext.Current.Site); sqlQuery.ResultTypes = ResultType.RelevantResults; sqlQuery.TrimDuplicates = false; sqlQuery.QueryText = "SELECT Path, Title FROM scope() ORDER BY Title"; // Return the search results to a ResultTableCollection. [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2010/05/25/fulltextsqlquery-exception-from-hresult-0x80040e60/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FieldRefs not working with XML comments</title>
		<link>http://www.sharepointblog.nl/2010/05/25/fieldrefs-not-working-with-xml-comments/</link>
		<comments>http://www.sharepointblog.nl/2010/05/25/fieldrefs-not-working-with-xml-comments/#comments</comments>
		<pubDate>Tue, 25 May 2010 20:55:44 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[contentype]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=44</guid>
		<description><![CDATA[After provisioning a custom content type it contained no custom fields. After investigation the problem was found in the SharePoint xml parser, it can't handle xml comments.]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2010/05/25/fieldrefs-not-working-with-xml-comments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SearchBox changed in October Cumulative Update</title>
		<link>http://www.sharepointblog.nl/2010/01/28/searchbox-changed-in-october-cumulative-update/</link>
		<comments>http://www.sharepointblog.nl/2010/01/28/searchbox-changed-in-october-cumulative-update/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:48:15 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Multilingual]]></category>
		<category><![CDATA[October update]]></category>
		<category><![CDATA[ScopeDisplayGroupName]]></category>
		<category><![CDATA[SearchBoxEx]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/2010/01/28/searchbox-changed-in-october-cumulative-update/</guid>
		<description><![CDATA[The problem With the introduction of the October Cumulative Update for SharePoint 2007 I encountered a problem with the search box on multilingual sites. After the installation of the update the scopes dropdown list always uses the same scope display group. After investigation I found that the language of the root web is used to [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2010/01/28/searchbox-changed-in-october-cumulative-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize SearchBoxEx</title>
		<link>http://www.sharepointblog.nl/2007/10/16/customize-searchboxex/</link>
		<comments>http://www.sharepointblog.nl/2007/10/16/customize-searchboxex/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 22:52:54 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SearchBoxEx]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=29</guid>
		<description><![CDATA[A external company made a design for a Internet facing website, in the design the search control was made up in to rows. So my first idea was to create a new controltemplate for the SmallSearchInputBox, but then I realized that in moss the search-control isn&#8217;t a controltemplate anymore (in WSS it is). The searchbox [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2007/10/16/customize-searchboxex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VariationSettings Import/Export Utility on Codeplex</title>
		<link>http://www.sharepointblog.nl/2007/10/14/variationsettings-importexport-utility-on-codeplex/</link>
		<comments>http://www.sharepointblog.nl/2007/10/14/variationsettings-importexport-utility-on-codeplex/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 23:27:53 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[variations]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=25</guid>
		<description><![CDATA[I have completed my application for import/export of variations, I have uploaded everything to codeplex so have a look there: http://www.codeplex.com/variationsettings A neat little command utility that lets you do three things: - Export the current variationsettings and labels to xml - Import the variationsettings and label from xml - EXPERIMENTAL: create the variation hierachies [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2007/10/14/variationsettings-importexport-utility-on-codeplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable variations programmatically</title>
		<link>http://www.sharepointblog.nl/2007/10/14/enable-variations-programmatically/</link>
		<comments>http://www.sharepointblog.nl/2007/10/14/enable-variations-programmatically/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 22:07:35 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[variations]]></category>
		<category><![CDATA[webclient]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=15</guid>
		<description><![CDATA[Last week I was trying to enable variations using a feature in SharePoint, but I soon realized that I had a problem because Microsoft decided to make all the variation-class internal. So that shouldn&#8217;t be a problem, why not use reflection. That didn&#8217;t work either, so back to the good old Lutz Roeder&#8217;s Reflector to [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2007/10/14/enable-variations-programmatically/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First publication in .NET Magazine #18</title>
		<link>http://www.sharepointblog.nl/2007/10/09/first-publication-in-net-magazine-18/</link>
		<comments>http://www.sharepointblog.nl/2007/10/09/first-publication-in-net-magazine-18/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:16:19 +0000</pubDate>
		<dc:creator>Michiel</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.sharepointblog.nl/?p=9</guid>
		<description><![CDATA[I finally did it&#8230; I wrote my first article (dutch) together with my colleague Willem Boeré for Microsoft .NET Magazine. The article is about building SharePoint Solution with features and custom site-templates. And finally I will start blogging about SharePoint, I have been doing MOSS 2007 projects for more than a year now (started with [...]]]></description>
		<wfw:commentRss>http://www.sharepointblog.nl/2007/10/09/first-publication-in-net-magazine-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

