<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MEF support for the Output Window in Visual Studio 2010</title>
	<atom:link href="http://blog.280z28.org/archives/2009/11/79/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.280z28.org/archives/2009/11/79/</link>
	<description>Because it&#039;s easier than editing the HTML by hand.</description>
	<lastBuildDate>Wed, 05 Oct 2011 19:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://blog.280z28.org/archives/2009/11/79/comment-page-1/#comment-29723</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 05 Oct 2011 19:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/?p=79#comment-29723</guid>
		<description>&lt;p&gt;Looks like you&#039;re building an ANTLR VS2010 plug-in that would be really useful; are you willing to share/sell it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;re building an ANTLR VS2010 plug-in that would be really useful; are you willing to share/sell it?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gaspar Nagy</title>
		<link>http://blog.280z28.org/archives/2009/11/79/comment-page-1/#comment-17084</link>
		<dc:creator>Gaspar Nagy</dc:creator>
		<pubDate>Tue, 21 Sep 2010 11:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.280z28.org/?p=79#comment-17084</guid>
		<description>&lt;p&gt;This was very useful, thanks!&lt;/p&gt;

&lt;p&gt;For me, VS2010/MEF was unable to resolve the OutputWindowService. I had to change the property type of the GlobalServiceProvider field from IServiceProvider to SVsServiceProvider (Microsoft.VisualStudio.Shell namespace).
        [Import]
        public SVsServiceProvider GlobalServiceProvider;&lt;/p&gt;

&lt;p&gt;(Also I had to comment out the code contracts part, because I did not wanted to enable contracts in my project.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This was very useful, thanks!</p>

<p>For me, VS2010/MEF was unable to resolve the OutputWindowService. I had to change the property type of the GlobalServiceProvider field from IServiceProvider to SVsServiceProvider (Microsoft.VisualStudio.Shell namespace).
        [Import]
        public SVsServiceProvider GlobalServiceProvider;</p>

<p>(Also I had to comment out the code contracts part, because I did not wanted to enable contracts in my project.)</p>]]></content:encoded>
	</item>
</channel>
</rss>

