<?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>Michaël&#039;s coding thoughts &#187; Visual Studio</title>
	<atom:link href="http://blog.hompus.nl/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hompus.nl</link>
	<description>Because I like to share knowledge</description>
	<lastBuildDate>Fri, 11 Mar 2011 13:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Using the Surface SDK with Visual Studio 2010</title>
		<link>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/</link>
		<comments>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:45:34 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Surface]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/</guid>
		<description><![CDATA[With the launch of Visual Studio 2010 this week a lot of people will start upgrading to the new version. After the installation was complete I noticed the Surface project and item templates were not available.
In this post I explain how to get the entries in Visual Studio 2010.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/04/14/using-the-surface-sdk-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&quot;CS0122: &#039;x&#039; is inaccessible due to its protection level&quot; but you don&#039;t want to go public</title>
		<link>http://blog.hompus.nl/2009/03/04/cs0122_x_is_inaccessible_due_to_its_protection_level_but_you_dont_want_to_go_public/</link>
		<comments>http://blog.hompus.nl/2009/03/04/cs0122_x_is_inaccessible_due_to_its_protection_level_but_you_dont_want_to_go_public/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 10:00:16 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Internal]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2009/03/04/cs0122_x_is_inaccessible_due_to_its_protection_level_but_you_dont_want_to_go_public/</guid>
		<description><![CDATA[Sometimes you have to split your code into different assemblies. For example when I created a custom Admin Page which inherits from WebAdminPageBase (Microsoft.SharePoint.ApplicationPages). The problem with Microsoft.SharePoint.ApplicationPages is that it&#8217;s not deployed to the GAC. Putting a reference to this assembly from my assembly, also containing custom webparts and other controls which have to [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2009/03/04/cs0122_x_is_inaccessible_due_to_its_protection_level_but_you_dont_want_to_go_public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installer Application Folder</title>
		<link>http://blog.hompus.nl/2007/09/07/installer_application_folder/</link>
		<comments>http://blog.hompus.nl/2007/09/07/installer_application_folder/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 12:35:00 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Installer]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2007/09/07/installer_application_folder/</guid>
		<description><![CDATA[To deploy our code we create MSI installers using Visual Studio. One problem I encountered is that there is no property available in code to know where the user has chosen to install the application. After some searching and testing I now use the following code to get the installation path: &#160; // Installer Application [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2007/09/07/installer_application_folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

