Browse Forum Posts by Tags
-
Goyalmayank, This is because delegates with more than 4 parameters are not supported. To get around this you may want to consider using something like the point structs in the ShapeAppSamples for the StartX/Y and NextX/Y cooridinates. Proxies for Managed Assemblies Delegates ProxyGen.exe generates a...
-
Igor, Thanks for checking out VSTA. The problem is you are generation a proxy for a class which uses an external base class (frmMain : System.Windows.Forms.Form). When you generated the proxy file the following warning probably came up: ProxyGen.exe Warning: 0 : Warning: Using an external type as a base...
-
Thorsten, I was able to reproduce this. The problem is not following the command switch with a colon and not using full paths. Try using this command with colons and full paths: ProxyGen /v /l : C:\ShapeAppSamples\ ShapeAppCSharp\core\base\bin\Debug\ShapeAppCSharp.exe /o : C:\ShapeAppSamples \Proxy_Descriptor...
-
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...
-
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...
-
This is an open invitation to submit quesitons or issues from ProxyGen v 1 to be addressed. Please see our ProxyGen v 2 CTP Release Supplement for issues already addressed. If you are interested in getting access to the CTP, see the following post
-
After listening in on the VSTA 2.0 webcast a while back, I asked the question if it would be possible to see a list of all improvements in Proxygen for the 2.0 release. The speaker said that they absolutely could make that list public. So, now I ask, where would I look to find that list? :) Now, I understood...
-
Hello Roger, I think that the workaround described in our outher discussion will cover this issue as well: http://www.summsoft.com/forums/239/ShowThread.aspx#239 With or without a successful proxygen, using base type System.Object would allow the strong-named references to be untied from the proxy assembly...
-
We have reported similar proxygen bugs to the VSTA team. They have confirmed these and are planning a interim release of proxygen with bug fixes (date unannounced). If you will supply us with the type library files (ideally include the .idl source), we will reproduce the error and submit a bug report...
-
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...