Browse Forum Posts by Tags
-
nitinumap, >How to provide "Register template with host application" option through template descriptor xml. This is not possible. Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio. To register a template from the command line run setup for VSTA, then Visual...
-
nitinumap, >How to provide "Register template with host application" option through template descriptor xml. This is not possible. Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio. To register a template from the command line run setup for VSTA, then Visual...
-
For deployment we are working with “vsta_aide.msi” without option of integrating it with VS2005. But in this process, Projectgen.exe is not getting copied to target machine. What do I need to do?
-
Projectgen.exe - How to provide “Register template with host application” option through project template descriptor xml. My basic requirement is, I want to run projectgen.exe with template descriptor xml as input on target machine without displaying (and asking for any input) projectgen UI. If I run...
-
bpreston, No problem- this was one of our first test cases. There are a couple of things that may have caused this problem. If you have VSTA v 1 installed you may be bringing up version 1 of ProxyGen or ProjectGen. If you added the descriptor file to a project and then modified it, you may be running...
-
Ric, I'm glad to hear you are making progress! Don't feel bad about the reference question, we see that a lot. Did you know you can add additional references to the project (add-in) templates with ProjectGen? Also, if you are interested in getting your add-ins to work like the ShapeApp samples (where...
-
Hello Mustafin Artur 1. Here's an excerpt on ProjectGen cut from our VBA walkthrough...(just use your app name instead of ShapeAppVBA) Creating the ShapeAppVBA Project Templates Once you have registered the host application, added the proxy assembly to the global assembly cache, and suppressed the runtime...
-
Hi Roger, Yes, any time you change the proxy, you will need to run ProjectGen again (more on that later) ===== Now here's how to wipe the slate clean and work with a matching set of bits and templates Remove all orphaned instances of vsta.exe in task manager processes, and close all sample exes still...