Is this within a single process? (If not, what exactly do you mean by "across AppDomains"?)
To be honest I suspect the reason you've not had an answer is that it's not clear which part is causing you a problem. I can't actually tell why the "Your First Remoting Application" example on page 14 on Ingo Rammer's book doesn't answer your question. It shows you how to invoke methods across process boundaries. -- Ian Griffiths DevelopMentor ----- Original Message ----- From: "Hein, Richard" <[EMAIL PROTECTED]> I am forwarding this message to the Advanced list because I didn't get an answer in DOTNET-CLR. This is either a stupid question one not too many people know the answer to. "Advanced .NET Remoting" by Ingo Rammer seems to imply (but there are no examples doing this with an EXE that I saw) that you can do this by using SoapSuds to extract the metadata and creating a separate .dll as an interface from that metadata. Am I way off base here? -----Original Message----- From: Hein, Richard If I have an executable running that exposes methods that I want to invoke from another with Remoting across AppDomains, what would be the best way to go about it? You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
