Browse Forum Posts by Tags
-
Hello I have tried you ShapeAppBasicMFCWithOMAgent sample and used is as a template for my own project. This is very nice thanks. However the sample does not support non-destructive debugging which I would like to add, unless there is a sample including this? Anyway I have tried to follow the ' How...
-
hi, everyone, now I'm using vsta to extend a host application, I have installed vsta_aide.msi, set up the ProjectTemplates, updated the registry, etc. I think I have finished all the preparation, but when I start the host application, an error occured: {"Value cannot be null.\r\nParameter name: pUnk...
-
Hello I am new to VSTA and have downloaded the 'COMClient easy integration - using generic COMProxy and VAO' sample and am trying it out. Wow it takes a lot of complicated setup just to get VSTA and the sample running. I must admit that my knowledge of managed code is rather limited, that is why I am...
-
Ernst, Do you have a VSTA v 1 ShapeAppCSharpProxy in registered in the GAC? If so delete it- you only want on eShapeAppCSharpProxy assembly in the GAC (for side by side scenarios it is recommended that you use different names for the proxy assemblies). Please let me know if you have any other questions...
-
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...