Browse Forum Posts by Tags
-
MS expects vNext of VSTA will ship around the time Visual Studio 'Orcas' ships. If this proxygen problem is a blocking issue, I would again recommend taking the minimal/simple proxy layer approach. 1. The a project template would include a reference to your host OM (for COM, probably a strong-named Primary...
-
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...