<?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>voyce &#187; intellisense</title>
	<atom:link href="http://www.voyce.com/index.php/tag/intellisense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voyce.com</link>
	<description>Programming and debugging tidbits</description>
	<lastBuildDate>Sun, 15 Jan 2012 13:10:46 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Windows SDK breaks F# Visual Studio integration</title>
		<link>http://www.voyce.com/index.php/2009/04/14/windows-sdk-breaks-fsharp-integration/</link>
		<comments>http://www.voyce.com/index.php/2009/04/14/windows-sdk-breaks-fsharp-integration/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 09:00:22 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[F#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[intellisense]]></category>
		<category><![CDATA[winsdk]]></category>

		<guid isPermaLink="false">http://www.voyce.com/?p=116</guid>
		<description><![CDATA[Beware! If you install the Windows SDK &#8211; perhaps to get access to the interesting looking WPF performance tools &#8211; you&#8217;ll find that it hoses your F# Visual Studio integration. I found that it causes intellisense tooltips to stop appearing, and the integrated F# interactive to crash Visual Studio. Both of these issues are a [...]]]></description>
			<content:encoded><![CDATA[<p>Beware! If you install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&#038;displaylang=en">Windows SDK</a> &#8211; perhaps to get access to the interesting looking <a href="http://blogs.msdn.com/jgoldb/archive/2008/09/25/updated-wpfperf-performance-profiling-tools-for-wpf.aspx">WPF performance tools</a> &#8211; you&#8217;ll find that it hoses your F# Visual Studio integration. I found that it causes intellisense tooltips to stop appearing, and the integrated F# interactive to crash Visual Studio. Both of these issues are a real pain; especially the inability to see the inferred types &#8220;live&#8221;, which is pretty much essential for F# development &#8211; where the focus is on compile time correctness.</p>
<p>I remembered seeing a <a href="http://blogs.msdn.com/windowssdk/comments/7850578.aspx">post on that Windows SDK blog</a> that I&#8217;d come across relating to a similar issue with the XAML editor (I&#8217;ve been doing some work with WPF recently, more on that in a later post) so thought I&#8217;d try the steps they recommend, in short, re-registering TextMgrP.dll:</p>
<p><code>regsvr32 "%CommonProgramFiles%\Microsoft Shared\MSEnv\TextMgrP.dll"</code></p>
<p>&#8230;and all my problems went away. Hope you find this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voyce.com/index.php/2009/04/14/windows-sdk-breaks-fsharp-integration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

