<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>managed addins support in Office 12</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx</link><description>At the PDC we have announced support for managed Add-ins across most Office applications. Superficially it is not real news considering today we already have "Shared add-in" project. This project type is there since Visual Studio .NET and this thing is</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: managed addins support in Office 12</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#473147</link><pubDate>Fri, 23 Sep 2005 07:39:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:473147</guid><dc:creator>skeptic</dc:creator><description>Your entire post seems to describe a future version of VSTO, NOT Office. Will the features you describe ship with Office 12?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: managed addins support in Office 12</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#473158</link><pubDate>Fri, 23 Sep 2005 08:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:473158</guid><dc:creator>Misha Shneerson</dc:creator><description>I talk about features I develop or have direct relationship to what I do. In this case VSTO does the AddinLoader.dll but Office 12 does the integration with the loader (in Office 2003 there is none). This integration allows, for example, to avoid the registration of the managed addins HKCR as well as manifest-based blacklisting.</description></item><item><title>COM shim wizard for Visual Studio 2005</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#624454</link><pubDate>Sat, 10 Jun 2006 01:39:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:624454</guid><dc:creator>Misha Shneerson</dc:creator><description>Finally! It took an eternity to get this thing published, but now you can go to MSDN and download COM...</description></item><item><title>COM shim wizard for Visual Studio 2005</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#923976</link><pubDate>Wed, 01 Nov 2006 19:18:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:923976</guid><dc:creator>Misha Shneerson</dc:creator><description>&lt;p&gt;Finally! It took an eternity to get this thing published, but now you can go to MSDN and download COM&lt;/p&gt;
</description></item><item><title>Thread Killer for Outlook project</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#1070696</link><pubDate>Mon, 13 Nov 2006 23:17:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1070696</guid><dc:creator>shahine.com/omar/</dc:creator><description /></item><item><title>shahine.com/omar/ - Thread Killer for Outlook project</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#1070697</link><pubDate>Mon, 13 Nov 2006 23:17:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1070697</guid><dc:creator>shahine.com/omar/ - Thread Killer for Outlook project</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shahine.com/omar/ThreadKillerForOutlookProject.aspx"&gt;http://www.shahine.com/omar/ThreadKillerForOutlookProject.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: managed addins support in Office 12</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#1487461</link><pubDate>Thu, 18 Jan 2007 09:12:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1487461</guid><dc:creator>Wei</dc:creator><description>&lt;p&gt;Your description sounds the &amp;quot;shimming&amp;quot; problem to me, which can be avoided by using a customized shim, even without VSTO. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the other hand, &amp;nbsp;does VSTO just add another shim without letting use to know, yet it always use same shim ( AddinLoader.dll ) so it's not solving the original mscoree.dll problem.&lt;/p&gt;
&lt;p&gt;Am I correct?&lt;/p&gt;
</description></item><item><title>re: managed addins support in Office 12</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#1494392</link><pubDate>Fri, 19 Jan 2007 22:50:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1494392</guid><dc:creator>Misha Shneerson</dc:creator><description>&lt;p&gt;VSTO add-ins on Office 2003 are loaded through AddinLoader.dll. In Office 2003 AddinLoader.dll is indeed the entry point for VSTO add-ins similarly to mscoree.dll when you use regasm'ing. And once one VSTO add-in is blacklisted - all the rest will follow the suit.&lt;/p&gt;
&lt;p&gt;Office 2007 does not blacklist AddinLoader.dll - instead it blacklists a manifest file for this specific addin.&lt;/p&gt;
&lt;p&gt;In a sense, the benefits of loading of VSTO add-ins in Office 2007 are compariable to the old good &amp;quot;shimming&amp;quot; solution but now that you do not need to write the &amp;quot;shim&amp;quot; and bear all the development costs associated with it.&lt;/p&gt;
&lt;p&gt;But there is more to VSTO addins than just loading. Among additional goodies coming from VSTO addins that shipped with VSTO2005SE - ribbons support, custom task pane support (which does not require managed control to be regasm'ed), Excel addins get LCID Proxy support.&lt;/p&gt;
</description></item><item><title>pschmid.net - pschmid.net: Putting You &amp;amp; I back into Office 2007&amp;#8217;s Ribbon UI  - COM Shim for Office 2007 Shared .NET Add-Ins</title><link>http://blogs.msdn.com/mshneer/archive/2005/09/20/472201.aspx#1835600</link><pubDate>Thu, 08 Mar 2007 14:31:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1835600</guid><dc:creator>pschmid.net - pschmid.net: Putting You &amp; I back into Office 2007’s Ribbon UI  - COM Shim for Office 2007 Shared .NET Add-Ins</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://pschmid.net/blog/2007/03/08/102"&gt;http://pschmid.net/blog/2007/03/08/102&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>