Showing related tags and posts accross the entire site.
-
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...
-
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 v 1 is installed, VSTA v 1 projects will still open normally in the VSTA v 1 IDE when doubled clicked. Projects must be opened...
-
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...