Browse Forum Posts by Tags
-
Ric, By default ProjectGen creates add-ins which use a reference to the proxy.dll in the GAC. As long as you are reinstalling the latest copy of the proxy in the GAC and don't change your add-ins to use a local copy, your add-ins will see the changes. If you change something in the proxy like a scope...
-
Roger, The proxy assembly should have no dependencies other than .Net framework assemblies (2.0) and VSTA assemblies. As you develop your application and revise the VSTA integration layer, only the proxy assembly needs to be strong-named and installed into the GAC. Each time the application's object...