Browse Forum Posts by Tags
-
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...
-
>>Were you able to reproduce the issue with attributes not being returned for addin object property? Yes, after adding this to the macro addin of ShapeAppMacroRecordingCSharp: [ Description ( "This is list string parameter." )] public string MyProperty { get { return m_string; } set { m_string...
-
Ric, By default ProjectGen creates add-ins which use a reference to the proxy.dll in the GAC. As long as you are reinstalling the latest copy of the proxy in the GAC and don't change your add-ins to use a local copy, your add-ins will see the changes. If you change something in the proxy like a scope...
-
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...