hallo,
i have following Problem. Is there anybody, who can help me or can give some suggestions?
i want to create an AddIn in EA. So i have used the Automation Interface with C# in the following link
http:// http://www.sparxsystems.com.au/resources/developers/autint.html.
the Background of this Programming is that i want to create a kommunication between EA and my Application. My Application is hier a lokal Server(f.e. Windows service). For that Automation Interface of EA shloud be a Client of my Server. So i have written in C# a Client Connector class so that it uses .Net Remoting and creates a connection to the Server. The connection can be created und i can send Msg to the Server, the Server can process it so it was intended to. All these are ok. The Problem is here:
the Server can send the processed Msg to the Client (also to Automation Interface ) but my Client can't receive the Msgs anyway. there are noch Bugs too. It disappears without any Bugs or something like warnings... (I am using for the Return Channel the Callback Mechanism.), the Strange thing is hier, i can receive the Message, if start my Client without Automation Interface, also as independent(Windows or Console) Application. So it works fine. No other Problems.
it is so mysterious, so that i can't find out the reasons. I am very gratefull, if anybody helps me on this problem.
Thank you for time.
Burkut
PS:
1.I am using VS 2008.
2. Settings for A utomation Interface with C# are same in the README in the Zip file.