A new sample " UpgradeHelper Sample " is available showing how to register and use an UpgradeHelper . Excerpt: To support VSTA v 1 projects in VSTA v 2 you need to create and register an UpgradeHelper . This helper is triggered when a VSTA v 1 project is opened in the VSTA v 2 IDE. If VSTA...
In seamless non-destructive debugging scenarios (macro recording and running) the host application must keep track of the latest version of the “macro” project assembly. The IDE offers the user many opportunities to change settings like the active configuration or the output path which can make it difficult...
On the third screen of ProjectGen there is an item to fill in titled “Host item name”. This item is used in two places in the project descriptor file and three places in projects based off the template: Project template descriptor file: Projects based off the template: Host Item Name Main code file Startup...
Overview: During development, changes may need to be made to the proxy. Anytime the proxy is changed its assembly needs to be re-installed in the GAC. Failing to do this will result in the last version installed in the GAC to be used by VSTA and the error "The following module was built either with optimizations...