Showing related tags and posts accross the entire site.
-
Overview: The VSTA v 2 ProxyGen tool creates proxy files designed to work with the updated C# compiler in Visual Studio 2008. It is possible to modify this file to compile with Visual Studio 2005 and we offer a Visual Studio macro to automate these changes. Attached macro: The zip file attached includes...
-
This sample demonstrates how to use an empty VB.Net library as a host for VSTA v 2 (Feb 2008 release ) using Visual Studio 2005. This sample was created to address the following forum thread: http://www.summsoft.com/forums/1/821/ShowThread.aspx The sample add-in and projects based off the included templates...
-
Microsoft recommends using Visual Studio 2008 for integrating VSTA v 2. However, if you choose to use Visual Studio 2005 the following will need to be addressed. 1) The framework VSTA v 2 uses the 3.5 framework. It is very important that references, like System.AddIn, point to the 3.5 versions and not...
-
This is an updated version of the TestCon example. This version includes changes to the QuickStart document including additional instructios and code modifications. For an overview please see the post "Work Through the TestCon Example" .