Showing related tags and posts accross the entire site.
-
This sample illustrates how to use Tight Versioning to specify which version of the proxy a project template should use. Goal: load add-ins which use a proxy from a previous OM after changing the OM. OM version changes (using same VSTA version): Example- ShapeAppBasicCSharp from VSTA v 2 Object Model...
-
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...