All Tags » ProxyGen (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Possible issue with VSTA

    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...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-20-2008
  • Re: Compile-time error in generated proxy[.cs]

    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...
    Posted to VSTA Tech Discussions (Forum) by Melody on 06-24-2008
  • Re: VSTA 2.0: ProxyGen does not work

    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...
    Posted to VSTA Tech Discussions (Forum) by Melody on 06-19-2008
  • Re: VSTA 2.0: ProxyGen does not work

    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...
    Posted to VSTA Tech Discussions (Forum) by Melody on 06-16-2008
  • Re: VSTA With VB.Net / Help Please

    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...
    Posted to Discussion (Forum) by Melody on 01-15-2008
  • ProxyGen v 1 Issues addressed in ProxyGen v 2 CTP Release

    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
    Posted to VSTA Tech Discussions (Forum) by Melody on 12-06-2007
  • VSTA 2.0

    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...
    Posted to VSTA Tech Discussions (Forum) by Henrik on 10-11-2007
  • Re: Dependent components for the proxy have to be strong named?

    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...
    Posted to Discussion (Forum) by Gary on 01-22-2007
  • Re: ProxyGen failure on generating descriptor file from a TLB

    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...
    Posted to Discussion (Forum) by Gary on 01-02-2007
  • Re: VSTA Integration

    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...
    Posted to VSTA Tech Discussions (Forum) by Gary on 12-13-2006
Page 1 of 2 (11 items) 1 2 Next >
Copyright Summit Software Company, 2008. All rights reserved.