Browse Blog Posts by Tags
-
There is a somewhat confusing error that appears when running setup, if the registry entry VSTAVersion = 9.0 is not present. The error states “Cannot find one or more components. Please reinstall the application.” To correct this add the above registry entry (be sure to specify “9.0”...
-
VSTA v 2 host configuration registry entries are similar to VSTA v 1’s- there are a few new entries and a change in how they are organized. Two of the most noticeable differences are the “2.0” subkey and “VSTAVersion” entry. VSTA v 2 entries are stored in the “2.0” subkey, which resides beneath the host...
-
The easiest way to register a template with the host application is to use the “Register template with host application” check box found on the last screen of the Project Template Wizard (ProjectGen). However, there are instances when a template needs to be more robust than the basic templates that can...
-
Yesterday, I put together an InfoPath 2007-based demo of VSTA to demo on a laptop. The laptop already had the VS2005 SDK installed and VSTA (msiexec /i vsta_aide.msi VSTAINVS=1) Installing VSTA from the VS2005 SDK enables the laptop to run the ShapeApp sample from the VSTA SDK. 1. My first step was to...