Showing related tags and posts accross the entire site.
-
nitinumap, >How to provide "Register template with host application" option through template descriptor xml. This is not possible. Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio. To register a template from the command line run setup for VSTA, then Visual...
-
nitinumap, >How to provide "Register template with host application" option through template descriptor xml. This is not possible. Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio. To register a template from the command line run setup for VSTA, then Visual...
-
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...
-
This tutorial gives step by step instructions on how to update a project template to mimic the ShapeApp sample templates which use a post build event to move add-in assemblies to %My Documents%\ShapeAppCSharp\AppAddIns. Files included: The video tutorial: Updating VSTA Project Templates Tutorial.wmv...
-
I've been working a lot with project templates and ProjectGen lately. Here are some miscellaneous findings based on the VSTA v 2 CTP February 2008 release. ProjectGen does not find hosts registered in the Wow6432Node. This is a known issue with this build and is listed as fixed in the next release. To...
-
To remove or "unregister" project templates: The easiest way to remove or "unregister" project templates which are registered with a host is to use the vsta and devenv setup commands. These commands get the VSTA project templates location and the Visual Studio project templates locations specified in...
-
Overview: Part I described how to automate the DLL organization of a project. This section describes how to modify templates so that all projects based off of them automatically organize their DLL’s. The template may be created with ProjectGen, which is a tool included with Visual Studio 2005 Tools for...
-
Overview: Finding DLL’s programmatically can be challenging if they are not well organized. For VSTA integration several DLL’s may need to be found including add-in’s to load. In the ShapeApp samples included with the SDK, the add-in samples copy their DLL’s into the folders %MyDocuments%\%HostID%\AppAddins...