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 (for VSTA v 2 see VB note below). 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...
-
You may be asking, "Is this proxy layer stuff really necessary? Why do I have to generate proxy types for all my Object Model objects?" And, "I noticed that System Types like string do not seem to require proxy types, they just work, why is that?" The short answer is: VSTA requires...