Showing related tags and posts accross the entire site.
-
We have new downloads up including templates and a new tool AutoProxyGen which automates ProxyGen and can be used in build events. AutoProxyGen : This tool automates the process of using ProxyGen and can be used as a build event. AutoProxyGen includes workarounds for ProxyGen bugs including automatically...
-
This video demonstrates how to use AutoProxyGen and incorporate it as a build event. Covers problems with ProxyGen handled by AutoProxyGen and feature requests that were incorporated.
-
Thorsten, ProxyGen will have an unrecoverable error if there are irresolvable assemblies referenced. For instance, exposing a the exe from ShapeAppAdvancedCSharp (VSTA v 1 sample) to VSTA v 2 ProxyGen without having VSTA v 1 installed or exposing a VSTA v 2 sample to ProxyGen v 1 without having VSTA...
-
The proxy and host type map provider code files generated by ProxyGen in VSTA v 2 are not indented. Here's an easy fix. 3 ways to fix indentation: 1) Through the menu: Edit -> Advanced -> Format Document 2) Using short cuts: Ctrl + K then Ctrl + D 3) In a macro: DTE.ExecuteCommand("Edit.FormatDocument...