Browse Blog Posts by Tags
-
A common question is how to use versioning for the proxy assembly in add-ins. There are basically three different options. (Download Sample) 1) No Versioning: Only the name of the assembly is used in the project template and the first assembly in the GAC matching this name will be used. This is how ProjectGen...
-
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...
-
There is a video tutorial available which shows how to update a VSTA project template to mimic the ShapeApp sample templates which use a post build event to move add-in assemblies to %My Documents%\ShapeAppCSharp\AppAddIns. Methods covered include manually updating the template, using Visual Studio to...
-
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...