<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://vsip.summsoft.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>Summit Software</title><link>http://vsip.summsoft.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Question about VSTA and WPF</title><link>http://vsip.summsoft.com/forums/thread/2453.aspx</link><pubDate>Tue, 07 Feb 2012 00:02:12 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2453</guid><dc:creator>Laurent Bogni</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2453.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=2453</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I try to integrate VSTA with a little application I&amp;#39;ve written. I got some question, because I&amp;#39;m tired to pass all my night without fixing this problems. I want to useWPF UserControl in my WPF App.&lt;/p&gt;
&lt;p&gt;Can I use directly WPF types with VSTA (FrameworkElement, UIElement) ?&lt;/p&gt;
&lt;p&gt;I declare in Application.cs, which reprensents my running session&lt;/p&gt;
&lt;p&gt;&amp;nbsp;public System.Windows.UIElement GetAddInUI02(String UIType)&lt;/p&gt;
&lt;p&gt;If I use&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&amp;nbsp;&amp;nbsp; AddIn = AddInToken[0].Activate&amp;lt;IEntryPoint&amp;gt;(AddInSecurityLevel.FullTrust);&lt;/p&gt;
&lt;p&gt;GetAddInUI02 returns A __TransparentProxy instance, which I can never cast to something.&lt;/p&gt;
&lt;p&gt;If I use&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; (2) AddIn = AddInToken[0].Activate&amp;lt;IEntryPoint&amp;gt;(AppDomain.CurrentDomain);&lt;/p&gt;
&lt;p&gt;then everything works finebut I can&amp;#39;t unload my assembly with the standard code (from ShapeApp and the same for (1)), so I can&amp;#39;t recompile my assembly with VSTA. I&amp;#39;ve to stopmy app, delete my compiled directory, restart my app, recompile, etc...&lt;/p&gt;
&lt;p&gt;Is there a solution for me? I don&amp;#39;t understand...&lt;/p&gt;
&lt;p&gt;Thanks !!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>The Future Without VSTA</title><link>http://vsip.summsoft.com/forums/thread/2450.aspx</link><pubDate>Fri, 15 Jul 2011 15:48:06 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2450</guid><dc:creator>bsculley</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2450.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=2450</wfw:commentRss><description>&lt;p&gt;At this point it is pretty clear that Microsoft has no intention of continuing to support VSTA (or if this is not true, somebody please enlighten me).&lt;/p&gt;
&lt;p&gt;The question is what should those of us who have integrated VSTA into an exisitng application do in the future?&amp;nbsp; I have an app developed in VS2008 with VSTA 2.0 included to support user developed scripting.&amp;nbsp; This functionality is right at the heart of the application and it can&amp;#39;t function without it.&amp;nbsp; Thre are also a large number of user developed C# scripts that need to continue to be supported.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;We would like to move to VS2010, but obviously cannot do so given the current state of affairs.&lt;/p&gt;
&lt;p&gt;Does anyone have any insight into what optiions are available going forward and how to get from here to there?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can I use VSTA  v1 in VS2010?</title><link>http://vsip.summsoft.com/forums/thread/2447.aspx</link><pubDate>Tue, 24 May 2011 02:30:53 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2447</guid><dc:creator>Sun Kim</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2447.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=2447</wfw:commentRss><description>&lt;p&gt;I am using VSTA v1 in MFC C++ application.&lt;/p&gt;
&lt;p&gt;I have to use VSTA v1 in VS2010 due to internal situation.&lt;/p&gt;
&lt;p&gt;Is that possible?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I migrate from vs2005 to vs2010, and VSTAhookup / Proxy project are targetted to .NET framework 4.0.&lt;/p&gt;
&lt;p&gt;that makes error when loading *.dll made by VSTA. &lt;/p&gt;
&lt;p&gt;the error message is &amp;quot;The given key was not present in the dictionary&amp;quot;&lt;/p&gt;
&lt;p&gt;and it&amp;#39;s related with System.Collections.Generic.Dictionary`2&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;at this time, I tried to change VSTAhookup / Proxy project target Platform and .net&amp;nbsp;framework to v90 and .net 3.5&lt;/p&gt;
&lt;p&gt;it worked ok until now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;do you have any idea of using VSTA v1 under v100 and .net 4.0 directly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VBA 7.0 SDK for 64 bits !</title><link>http://vsip.summsoft.com/forums/thread/2045.aspx</link><pubDate>Thu, 04 Mar 2010 13:44:17 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2045</guid><dc:creator>mb@noesis.fr</dc:creator><slash:comments>0</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2045.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=37&amp;PostID=2045</wfw:commentRss><description>&lt;p&gt;Hello everyboby&lt;/p&gt;
&lt;p&gt;This is avery good news !&lt;br /&gt;As you can see, Microsoft Office 2010 works now with VBA 7.0. &lt;/p&gt;
&lt;p&gt;VBA 7.0 is&amp;nbsp;a 64 bits application !&lt;/p&gt;
&lt;p&gt;Everybody&amp;nbsp;is waiting now the SDK from Summit&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;Please&amp;nbsp;send a mail to summit to ask this SDK !&lt;/p&gt;
&lt;p&gt;(because alone it&amp;#39;s not enough )&lt;/p&gt;
&lt;p&gt;Thank you for your help&lt;/p&gt;
&lt;p&gt;Laurent&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problems with .config file</title><link>http://vsip.summsoft.com/forums/thread/2010.aspx</link><pubDate>Wed, 23 Dec 2009 07:06:58 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2010</guid><dc:creator>Allen</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2010.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=2010</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In my VSTA project,I added a &amp;quot;BasicDataToAccess.dll&amp;quot; refrence. But I don&amp;#39;t have the&amp;nbsp; dll&amp;#39;s sourc code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ####My VSTA project code:######&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim iJob As New BasicDataToAccess.IOperator()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iJob.Run()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ####################&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;It should&amp;nbsp;get a ConnectionString from &amp;quot;BasicDataToAccess.exe.config&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But I can&amp;#39;t get the values in my VSTA project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I added &amp;quot;app.config&amp;quot; into me VSTA project,i can&amp;#39;t get the value either.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sConnStr as string = &lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://System:1.0.5000.0:b77a5c561934e089/System.Configuration.ConfigurationSettings" title="System.Configuration.ConfigurationSettings"&gt;ConfigurationSettings&lt;/a&gt;.&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://System:1.0.5000.0:b77a5c561934e089/System.Configuration.ConfigurationSettings/property:AppSettings:System.Collections.Specialized.NameValueCollection" title="NameValueCollection System.Configuration.ConfigurationSettings.AppSettings { ... }"&gt;AppSettings&lt;/a&gt;&lt;span style="color:#800000;"&gt;(&amp;quot;RDBConnStr&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to run Sample HelloWorld_VSTA2</title><link>http://vsip.summsoft.com/forums/thread/2008.aspx</link><pubDate>Mon, 21 Dec 2009 04:40:06 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:2008</guid><dc:creator>LWay</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/2008.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=2008</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m a complete newbie on VSTA.&lt;br /&gt;&lt;br /&gt;I have some questions on how to run the&lt;a href="http://www.summsoft.com/media/p/1614.aspx"&gt; HelloWorld sample &lt;/a&gt;based on the READ ME file:&lt;br /&gt;&lt;br /&gt;2)&amp;nbsp; Run the included setup file -&amp;gt; which file?&lt;br /&gt;&lt;br /&gt;3)&amp;nbsp; Build the sample add-ins -&amp;gt; how to build? When I click on HelloWorld_VSTA2_AddIn2.sln, a message box says &amp;#39;Unable to load context.&amp;#39;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there more discussion on this sample? I would appreciate it as the ShapeApp samples seem to be too complicated for a first look into VSTA.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;L. Way&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Simple Sample for VSTA integration into CSharp Hello World App</title><link>http://vsip.summsoft.com/forums/thread/241.aspx</link><pubDate>Tue, 23 Jan 2007 13:45:44 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:241</guid><dc:creator>Michael</dc:creator><slash:comments>11</slash:comments><comments>http://vsip.summsoft.com/forums/thread/241.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=241</wfw:commentRss><description>&lt;P&gt;Hi !&lt;BR&gt;&lt;BR&gt;I am currently evaluating the VSTA and I think that the ShapeApp samples are too complex for showing the basics of VSTA. Is there a small skeleton sample app available ? Also creating registry entries, gacutil stuff etc should be put into a script so a rookie like me does not deal with that.&lt;BR&gt;&lt;BR&gt;I believe I am not the only one with that request, help would be really appriciated.&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Recieve ShapeAppMFC Shape Events</title><link>http://vsip.summsoft.com/forums/thread/1974.aspx</link><pubDate>Tue, 06 Oct 2009 13:48:39 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1974</guid><dc:creator>Kuhn</dc:creator><slash:comments>6</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1974.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1974</wfw:commentRss><description>&lt;p&gt;How do i get Shape events like ColorChanged&amp;nbsp;in VSTA from ShapeAppMFC?&lt;br /&gt;Normaly i would write:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;shape.ColorChanged += new ColorChangedEventHandler(...); &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The Problem is, i only have a IShape.&amp;nbsp;The AvailableShapes Property only uses IShape.&amp;nbsp;If i try to cast the IShape in Shape i get a InvalidCastException. How do i get the Shape Event Connection?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to add a new type into TypeInfrastructureManager</title><link>http://vsip.summsoft.com/forums/thread/1869.aspx</link><pubDate>Mon, 22 Jun 2009 08:47:00 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1869</guid><dc:creator>Allen</dc:creator><slash:comments>3</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1869.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1869</wfw:commentRss><description>&lt;p&gt;just like&amp;nbsp;&lt;/p&gt;
&lt;p align="left"&gt;
&lt;p align="left"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;typeInfrastructureManager.CanonicalNameToTypeMap.Add(&amp;quot;ShapeAppCSharp, Microsoft.VisualStudio.Tools.Applications.Samples.ShapeApp.IMessa&amp;quot; +&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;geFilter&amp;quot;, typeof(global::Microsoft.VisualStudio.Tools.Applications.Samples.ShapeApp.IMessageFilterClass));&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;typeInfrastructureManager.TypeToCanonicalNameMap.Add(typeof(global::Microsoft.VisualStudio.Tools.Applications.Samples.ShapeApp.IMessageFilter), &amp;quot;ShapeAppCSharp, Microsoft.VisualStudio.Tools.Applications.Samples.ShapeApp.IMessa&amp;quot; +&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;geFilter&amp;quot;);&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how can I add System.Drawing.Color into&amp;nbsp;TypeInfrastructureManager?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DPM &amp; Silverlight</title><link>http://vsip.summsoft.com/forums/thread/1702.aspx</link><pubDate>Wed, 04 Mar 2009 17:26:39 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1702</guid><dc:creator>Noam Maoz</dc:creator><slash:comments>3</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1702.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1702</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are looking for the same ability as DPM in Silverlight.&lt;/p&gt;
&lt;p&gt;Is there any solution for&amp;nbsp;Silverlight?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Noam Maoz&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can I use VSTA in application(w32), writen  on Delphi????</title><link>http://vsip.summsoft.com/forums/thread/1308.aspx</link><pubDate>Mon, 15 Sep 2008 08:27:49 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1308</guid><dc:creator>gorelikov_sasha</dc:creator><slash:comments>11</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1308.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1308</wfw:commentRss><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I got a question:&lt;/p&gt;
&lt;p&gt;Can i use vsa in application(&lt;b&gt;w32&lt;/b&gt;), writen on &lt;b&gt;Delphi&lt;/b&gt;? &lt;/p&gt;
&lt;p&gt;have you some samples for this? may be COM objects?&lt;/p&gt;
&lt;p&gt;Thanks. Gorelikov Alexandr.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Migrate VBA projects to VSTA</title><link>http://vsip.summsoft.com/forums/thread/1522.aspx</link><pubDate>Mon, 01 Dec 2008 01:56:47 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1522</guid><dc:creator>sheisters</dc:creator><slash:comments>3</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1522.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1522</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;because for quite a while VBA&amp;nbsp;integration is no longer supported in .Net applicatin now we evaluate to integrate VSTA in our business application. But we have a lot of customers use VBA within our aplication and it would be very expensive if these customer have to rewrite all their code. I think this is not acceptable.&lt;/p&gt;
&lt;p&gt;Is their a wizard or automated tool to migrate/convert VBA projects to VSTA?&lt;/p&gt;
&lt;p&gt;Thanks, Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA process is not killed when VSTA IDE is closed</title><link>http://vsip.summsoft.com/forums/thread/1447.aspx</link><pubDate>Wed, 12 Nov 2008 13:25:00 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1447</guid><dc:creator>himanshu</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1447.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1447</wfw:commentRss><description>&lt;p&gt;Close VSTA IDE using the close button on the top right side, Open process explorer and you can find VSTA still running.&lt;/p&gt;
&lt;p&gt;Is there a way to capture the event and kill the process.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Trapping the event when VSTA exits</title><link>http://vsip.summsoft.com/forums/thread/1452.aspx</link><pubDate>Fri, 14 Nov 2008 04:41:29 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1452</guid><dc:creator>himanshu</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1452.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1452</wfw:commentRss><description>&lt;p&gt;Is it possible to trap the exit event of VSTA, our application passes data to VSTA editor using remoting so we want to unregister the remoting channel when VSTA is closed..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Some general questions</title><link>http://vsip.summsoft.com/forums/thread/437.aspx</link><pubDate>Fri, 01 Jun 2007 15:43:24 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:437</guid><dc:creator>eli</dc:creator><slash:comments>30</slash:comments><comments>http://vsip.summsoft.com/forums/thread/437.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=437</wfw:commentRss><description>Hi,&lt;br&gt;&lt;br&gt;I'm evaluating if we could use VSTA in our software, but I have some general question about features I would like to have:&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Is it possible to have a dynamic object model? I would like to 'register' my object model at startup, because not all information is available at compiler time.&lt;/li&gt;&lt;li&gt;Is it necessary to register every host application with VSTA? Suppose I have 2 versions of the same program, do I need to register them both, or can I somehow register all current and future versions at once?&lt;/li&gt;&lt;/ul&gt;And then one small detail that I encountered:&lt;br&gt;&lt;ul&gt;&lt;li&gt;I noticed from the examples that if the hosting application stops, the IDE is not terminated as well. I suppose it is possible to couple these two?&lt;/li&gt;&lt;/ul&gt;Thanks,&lt;br&gt;eli&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Migrating customer VBA to VSTA?</title><link>http://vsip.summsoft.com/forums/thread/1093.aspx</link><pubDate>Fri, 09 May 2008 12:35:15 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:1093</guid><dc:creator>mmk01569</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/1093.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=1093</wfw:commentRss><description>Can anyone point me to information on how to help our customers migrate their existing VBA to VSTA?&lt;br&gt;Thanks,&lt;br&gt;Mike&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA and Web services</title><link>http://vsip.summsoft.com/forums/thread/873.aspx</link><pubDate>Wed, 06 Feb 2008 19:29:53 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:873</guid><dc:creator>DeanBennett</dc:creator><slash:comments>2</slash:comments><comments>http://vsip.summsoft.com/forums/thread/873.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=873</wfw:commentRss><description>&lt;P&gt;I have 2 hopefully simple questions.&lt;/P&gt;
&lt;P&gt;1) Can I use VSTA from within a web service to run macros?&lt;/P&gt;
&lt;P&gt;2) I plan on doing htis all in VB.Net if possible. Does proxygen always create C# file or can it gererate .vb code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA With VB.Net / Help Please</title><link>http://vsip.summsoft.com/forums/thread/808.aspx</link><pubDate>Sat, 12 Jan 2008 02:50:06 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:808</guid><dc:creator>bpreston</dc:creator><slash:comments>19</slash:comments><comments>http://vsip.summsoft.com/forums/thread/808.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=808</wfw:commentRss><description>&lt;P&gt;I am trying to add VSTA to a VB.Net app to allow users to write custom procedures based on application conditions.&amp;nbsp;I would like to be able to add some code modules that would be exposed to the host application and vice versa.&lt;/P&gt;
&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA and WebForms</title><link>http://vsip.summsoft.com/forums/thread/829.aspx</link><pubDate>Wed, 16 Jan 2008 19:52:46 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:829</guid><dc:creator>vtcoder</dc:creator><slash:comments>3</slash:comments><comments>http://vsip.summsoft.com/forums/thread/829.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=829</wfw:commentRss><description>&lt;P&gt;Does VSTA 2.0 have any support for custom WebForms?&lt;/P&gt;
&lt;P&gt;If not, are others doing any of this on their own? I'd like to potentially use VSTA to allow custom web form development to be plugged into an ASP.Net 3.5 application. &lt;/P&gt;
&lt;P&gt;I'm just now digging into VSTA so some if this may become obvious as I get into it, but I thought I'd ask to see if others have gone this route.&lt;/P&gt;
&lt;P&gt;Thanks for any info&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA - Help getting started for Developers </title><link>http://vsip.summsoft.com/forums/thread/760.aspx</link><pubDate>Mon, 24 Dec 2007 19:23:48 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:760</guid><dc:creator>Dog</dc:creator><slash:comments>3</slash:comments><comments>http://vsip.summsoft.com/forums/thread/760.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=760</wfw:commentRss><description>Our software currently uses VBA and we need to swtich over to VSTA.&lt;br&gt;&lt;br&gt;Our software is written in VB6.&lt;br&gt;&lt;br&gt;It was no problem to integrate VBA within our software, however, I am absolutly at a loss trying to figure out how we can integrate VSTA within our VB6 software.&lt;br&gt;&lt;br&gt;Does anyone even know where I should start?&amp;nbsp; I imagine that it should be as simple to integrate VSTA as it was for VBA. &lt;br&gt;&lt;br&gt;I just need the very basic calls required to integrate VSTA, it should be about a page or two.&lt;br&gt;&lt;br&gt;Thanks for your help.&amp;nbsp; I am at a total loss, and overwhelmed by the huge volume of information about VSTA that I don't need.&lt;br&gt;&lt;br&gt;DOG&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VSTA Pricing for Internal Company Use</title><link>http://vsip.summsoft.com/forums/thread/696.aspx</link><pubDate>Tue, 16 Oct 2007 18:27:46 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:696</guid><dc:creator>fins2thright</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/696.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=696</wfw:commentRss><description>&lt;P&gt;My company is developing an internal&amp;nbsp;application that could potentially use VSTA to allow user extensions to the application.&amp;nbsp; It is unclear from the Microsoft documentation whether we would be required to license VSTA for such an application because it will not be resold, and we have valid licenses for Visual Studio and MSDN (which includes the VS SDK).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Can you provide any guidance on whether (and how) VSTA is licensed for internal corporate applications?&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Microsoft to stop offering VBA distribution licenses to new customers on July 1, 2007</title><link>http://vsip.summsoft.com/forums/thread/492.aspx</link><pubDate>Mon, 18 Jun 2007 14:27:42 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:492</guid><dc:creator>wilfis</dc:creator><slash:comments>0</slash:comments><comments>http://vsip.summsoft.com/forums/thread/492.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=62&amp;PostID=492</wfw:commentRss><description>&lt;DIV class=CommonContent&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;FONT face=Calibri size=3&gt;Since June 1996, when Microsoft first announced the Visual Basic® for Applications (VBA) licensing program, Microsoft has been offering VBA for licensing to Independent Software Vendors and others who wished to integrate VBA into their own applications. As previously announced, Microsoft does not expect to make significant enhancements to VBA.&amp;nbsp; This does not impact the current support commitments for VBA in any way, and of course, it does not impact any license arrangements that are in force.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;FONT face=Calibri size=3&gt;Microsoft is investing its application programmability resources in Visual Studio® Tools for Applications (VSTA) and its companion set of tools, Microsoft Visual Studio® Tools for Office (VSTO).&amp;nbsp; We encourage you to consider VSTA for new applications that require application programmability technology.&amp;nbsp; Summit Software is also Microsoft’s vendor for VSTA licensing.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;FONT face=Calibri size=3&gt;As of July 1, 2007 Microsoft will no longer offer VBA distribution licenses to new customers.&amp;nbsp; Existing VBA customers will still be able to purchase additional VBA licenses from Summit Software and Microsoft for existing solutions.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Migration to VSTA from VBA</title><link>http://vsip.summsoft.com/forums/thread/490.aspx</link><pubDate>Mon, 18 Jun 2007 09:36:41 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:490</guid><dc:creator>Michael Gerhardt</dc:creator><slash:comments>1</slash:comments><comments>http://vsip.summsoft.com/forums/thread/490.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=490</wfw:commentRss><description>We are currently in the process of evaluating if the migration to VSTA&lt;br&gt;should be done.&lt;br&gt;&lt;br&gt;We have currently, in our in-house demo project, the VBA functionality&lt;br&gt;of the VBA-SDK included. The project structure enables us to the IDE to&lt;br&gt;modify and debug code to be run. The code uses the COM-Model from the &lt;br&gt;application for interaction (events, methods, etc.). &lt;br&gt;&lt;br&gt;Since we are currently in beta and pre-release state we could still migrate&lt;br&gt;to VSTA. The open question right now is how work-intense is this switch to VSTA?&lt;br&gt;Since everything seems to be running ok right know this is a decision based &lt;br&gt;solely on the cost-factor of the migration and possibility of inconsistency.&lt;br&gt;&lt;br&gt;Is there a possibilty that VSTA runs under Windows 2000 Professional?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Michael Gerhardt&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Does .Net framework (2.0 or 3.0) have the VSTA scripting engine built in?</title><link>http://vsip.summsoft.com/forums/thread/451.aspx</link><pubDate>Tue, 05 Jun 2007 21:02:38 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:451</guid><dc:creator>Steve</dc:creator><slash:comments>2</slash:comments><comments>http://vsip.summsoft.com/forums/thread/451.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=451</wfw:commentRss><description>&lt;P&gt;I'm just beginning evaluation of&amp;nbsp;VSTA and am a bit familiar with VSA.&amp;nbsp; My understanding is that VSTA will replace VSA as the new scripting technology of .Net.&amp;nbsp; Does that mean its already&amp;nbsp;a part&amp;nbsp;of the&amp;nbsp;.Net framework or is it only available through Summit via the SDK.&amp;nbsp; This seems to be a very gray area.&amp;nbsp; Basically, I only want my production app to be able to launch&amp;nbsp;scripts&amp;nbsp;using the scripting engine in .Net as can be done currently using VSA, not give them a development/debug environment or macro recorder etc.&amp;nbsp; What are my options here?&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>The type or namespace name 'IProxy' does not exist...</title><link>http://vsip.summsoft.com/forums/thread/110.aspx</link><pubDate>Mon, 06 Nov 2006 15:08:18 GMT</pubDate><guid isPermaLink="false">ff090588-e3d7-4538-8ee9-e75ea04444bb:110</guid><dc:creator>engrkurt</dc:creator><slash:comments>10</slash:comments><comments>http://vsip.summsoft.com/forums/thread/110.aspx</comments><wfw:commentRss>http://vsip.summsoft.com/forums/commentrss.aspx?SectionID=38&amp;PostID=110</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;downloaded Visual Studio 2005 SDK 3.0 (August 2006 CTP), the latest VS SDK with VSTA.&lt;br /&gt;&lt;br /&gt;followed the walkthrough instructions to create a proxy then a proxy DLL.&amp;nbsp; but the project will not compile &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;C:\ShapeAppSamples\ShapeAppCSharp\ShapeAppCSharpLib\Proxy.cs(17,99): error CS0234: The type or namespace name &amp;#39;IProxy&amp;#39; does not exist in the namespace &amp;#39;Microsoft.VisualStudio.Tools.Applications&amp;#39; (are you missing an assembly reference?)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;i searched but could find no similar topic so far...perhaps someone has already encountered this problem and knows the solution?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;the line is question is...&lt;/span&gt;&lt;/p&gt;&lt;span&gt;&lt;font size="2"&gt;&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;public&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;partial&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;class&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#008080" size="2"&gt;SizeChangedEventArgs&lt;/font&gt;&lt;font size="2"&gt; : &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::Microsoft.VisualStudio.Tools.Applications.IProxy {&lt;/font&gt;&lt;span&gt;&lt;br style="font-weight:bold;" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;span&gt;&lt;br style="font-weight:bold;" /&gt;&lt;/span&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>
