You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
ProxyGen
add-in (1)
compiler error (1)
error (1)
indentation (1)
ms-help (1)
ProjectGen (2)
Proxy (2)
ProxyGen v 2 (3)
unrecoverable error (1)
visual studio (1)
Visual Studio 2005 (2)
VS05 (1)
vsta (1)
VSTA 1.0 (1)
VSTA 2.0 (6)
VSTA integration (4)
VSTA v 2 CTP SDK (3)
workaround (2)
Showing page
1
of
2
(
12
total posts)
Proxy Indentation Fix
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 Document2) Using short cuts: Ctrl + K then Ctrl + D3) In a macro: DTE.ExecuteCommand(''Edit.FormatDocument'')
Visual Studio 2005 VSTA v 2 Proxy Fix
Overview: The VSTA v 2 ProxyGen tool creates proxy files designed to work with the updated C# compiler in Visual Studio 2008. It is possible to modify this file to compile with Visual Studio 2005 and we offer a Visual Studio macro to automate these changes. Attached macro: The zip file attached includes all the macro code ...
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 the original ...
Using VSTA v 2 with Visual Studio 2005
Microsoft recommends using Visual Studio 2008 for integrating VSTA v 2. However, if you choose to use Visual Studio 2005 the following will need to be addressed. 1) The framework VSTA v 2 uses the 3.5 framework. It is very important that references, like System.AddIn, point to the 3.5 versions and not the 2.0 versions. The .Net 3.5 ...
Non-proxiable Types: A Deeper Look
One of the most common questions we see when someone begins an integration is why can't System.Windows.Forms and objects derived from that class be exposed to add-ins. Our typical answer is that System.Winows.Forms is not serializable and only serializable objects can pass through (or be exposed through) the proxy layer. The SDK for ...
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
ProxyGen v 2 CTP Release: Version 1 Issues Status Update
Based on the SDK and our testing of the CTP release version of ProxyGen v 2, here are our finding. For additional informatoin on ProxyGen v 2 CTP release please see our ProxyGen v 2 CTP Release Supplement. If there are other version 1 issues you would like addressed, please let me know (submit questions on the forum). If you are ...
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 that VSTA 2.0 ...
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. 1. You could pass the ...
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 to the VSTA team. In the ...
1
2
Next >