<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Why my VSTO Office 2003 addin doesn&#8217;t work?</title>
	<link>http://blog.icsharp.net/2008/01/09/why-my-vsto-office-2003-addin-doesnt-work/</link>
	<description>.NET Developer</description>
	<pubDate>Thu, 15 May 2008 19:19:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Sebastian</title>
		<link>http://blog.icsharp.net/2008/01/09/why-my-vsto-office-2003-addin-doesnt-work/#comment-14193</link>
		<author>Sebastian</author>
		<pubDate>Thu, 03 Apr 2008 22:09:28 +0000</pubDate>
		<guid>http://blog.icsharp.net/2008/01/09/why-my-vsto-office-2003-addin-doesnt-work/#comment-14193</guid>
		<description>yeah but then you will have to distribute outlook 12 DLL with your setup. 
</description>
		<content:encoded><![CDATA[<p>yeah but then you will have to distribute outlook 12 DLL with your setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Skinner</title>
		<link>http://blog.icsharp.net/2008/01/09/why-my-vsto-office-2003-addin-doesnt-work/#comment-14181</link>
		<author>Morgan Skinner</author>
		<pubDate>Thu, 03 Apr 2008 12:58:10 +0000</pubDate>
		<guid>http://blog.icsharp.net/2008/01/09/why-my-vsto-office-2003-addin-doesnt-work/#comment-14181</guid>
		<description>Rather than un-installing Office 2007 (which for many isn't an option!) you can instead register the missing assembly in the GAC.

From a Visual Studio command prompt (elevated to administrator if you are on Vista) you can type in the following...

gacutil /i \Microsoft.Office.Interop.Outlook.dll

The  will be "C:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools For Office\PIA\Office12" if you have Visual Studio 2008 installed on your C: drive. For other versions just do a search on your hard drive(s) for this file and register it. Voila!</description>
		<content:encoded><![CDATA[<p>Rather than un-installing Office 2007 (which for many isn&#8217;t an option!) you can instead register the missing assembly in the GAC.</p>
<p>From a Visual Studio command prompt (elevated to administrator if you are on Vista) you can type in the following&#8230;</p>
<p>gacutil /i \Microsoft.Office.Interop.Outlook.dll</p>
<p>The  will be &#8220;C:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools For Office\PIA\Office12&#8243; if you have Visual Studio 2008 installed on your C: drive. For other versions just do a search on your hard drive(s) for this file and register it. Voila!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
