<?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>Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx</link><description>First off I'd like to apologize for the long pause between posts. We've been working heads down on some pretty exciting add-in stuff that we can't announce just yet and haven't had as much time as we'd like to spend on this blog. We're wrapping that work</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Interesting Finds: April 14, 2007</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2133431</link><pubDate>Sat, 14 Apr 2007 19:05:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2133431</guid><dc:creator>Jason Haley</dc:creator><description /></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2133793</link><pubDate>Sat, 14 Apr 2007 19:38:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2133793</guid><dc:creator>Tom Guinther</dc:creator><description>&lt;p&gt;I think the stuff you guys are doing is great and I am looking forward to using it. Having developed an advanced plug-in architecture that seems similar to what you guys are doing (we are solving the same problems), I am disappointed that it is a 4GB+ download (and a host of other Orcas headaches as well) when it could clearly be implemented on the 2.0 framework. Eventually this wont be an issue and everyone will have .NET 3.5 etc.&lt;/p&gt;
&lt;p&gt;Why not provide the same basic functionality for 2.0/3.0 in a 100kb download?&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2150203</link><pubDate>Mon, 16 Apr 2007 07:51:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2150203</guid><dc:creator>CLR Add-In Team</dc:creator><description>&lt;p&gt;I'm glad you're interested in what we're working on and all I can tell you about the deployment issues is to just hang in there. As we get into the beta phase and onwards towards release we (not the add-in team specifically but the .net framework team in general) will be working to make deployment of our beta and final bits easier. &lt;/p&gt;
&lt;p&gt;In the end deployment of the 3.5 framework should be relatively easy as it will end up being just a bunch of new managed assemblies that depend on the latest SP of 2.0/3.0. &lt;/p&gt;
</description></item><item><title>System.Addin is still evolving</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2193916</link><pubDate>Thu, 19 Apr 2007 19:34:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2193916</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>What is ContractHandle and what happened to LifetimeTokenHandle?</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2363362</link><pubDate>Wed, 02 May 2007 00:29:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2363362</guid><dc:creator>noslenytram</dc:creator><description>&lt;p&gt;In your sample you are using System.AddIn.Pipeline.ContractHandle which does not appear in C:\WINDOWS\Microsoft.NET\Framework\v3.5.20209.&lt;/p&gt;
&lt;p&gt;It looks like you had some GAC references to C:\WINDOWS\assembly\GAC_MSIL\System.AddIn\3.5.0.0__b77a5c561934e089\System.AddIn.dll - but I don't think that should matter here? &amp;nbsp;I repointed mine to the above path.&lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#2364748</link><pubDate>Wed, 02 May 2007 02:11:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2364748</guid><dc:creator>CLR Add-In Team</dc:creator><description>&lt;p&gt;I'm sorry about ContractHandle showing up in this sample. This is the peril of building samples on a dev box. Post-beta 1 we renamed LifetimeTokenHandle to ContractHandle, replacing ContractHandle with LifetimeTokenHandle in the code should fix everything up. &lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#5392107</link><pubDate>Wed, 10 Oct 2007 18:36:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5392107</guid><dc:creator>Boris Yurovsky</dc:creator><description>&lt;p&gt;This is great! This new Add-In architecture can help my company to solve the problems we're facing developing our framework. I was wondering if there is a way for a Add-In to pass UI objects through the pipeline to the host side. ExtensibleCalculator sample shows how to do it with WPF control using INativeContractHandle interface. How about Window.Forms controls? Is it the same interface to be used for it as well?&lt;/p&gt;
&lt;p&gt;Boris.&lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#5848070</link><pubDate>Sat, 03 Nov 2007 03:23:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5848070</guid><dc:creator>Marlun</dc:creator><description>&lt;p&gt;I'm also wondering about the same thing as Boris Yurovsky. &lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#6600138</link><pubDate>Thu, 29 Nov 2007 19:10:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6600138</guid><dc:creator>Claus Brod</dc:creator><description>&lt;p&gt;Hi Jesse,&lt;/p&gt;
&lt;p&gt;thanks for the sample code! Do you happen to have matching host/addin code for this as well? I think being able to step through calls between host and addin would make it much easier for me to understand what's going on.&lt;/p&gt;
&lt;p&gt;Also, is there a sample out there which demonstrates a simple host object model without events? Maybe that would make it easier to grasp the basic concepts, too.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>System.AddIn: Eventing zwischen Host und AddIn</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#6681298</link><pubDate>Thu, 06 Dec 2007 19:05:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6681298</guid><dc:creator>Dariusz quatscht</dc:creator><description>&lt;p&gt;Zum System.AddIn Namespace habe ich bereits das ein oder andere geschrieben. Das Beispiel das ich benutze&lt;/p&gt;
</description></item><item><title>re: Automation Add-Ins [Jesse Kaplan]</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#6762590</link><pubDate>Thu, 13 Dec 2007 19:10:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6762590</guid><dc:creator>Zq3</dc:creator><description>&lt;p&gt;Hi, I have a question for you regarding the Automation Add-Ins sample (&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx"&gt;http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;I implemented a host app and simple add-in to see the sample working, but I don't understand something.&lt;/p&gt;
&lt;p&gt;I subscribe to the HostObject event (DocumentLoad) into the HostApplication, and then when in the add-in I receive the HostObject (in the Initialize method) the event is null, it's that right? &lt;/p&gt;
&lt;p&gt;I was thinking that in the add-in I can raise the HostObject event and the host application will be called. Is that the normal behavior or the normal behavior is to subscribe also to the HostObject event in the add-in and then when in the host the event is raised this will call the add-in event?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>Extensibility; Clients and Services calling each other</title><link>http://blogs.msdn.com/clraddins/archive/2007/04/13/automation-add-ins-jesse-kaplan.aspx#8137373</link><pubDate>Mon, 10 Mar 2008 23:30:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8137373</guid><dc:creator>Jack Gudenkauf (JackG) WebLog</dc:creator><description>&lt;p&gt;In this post I will be showing sample code (also found on our CodePlex site ) as well as an execution&lt;/p&gt;
</description></item></channel></rss>