.Net Remoting for MFC RPC Server -
06-30-2006
, 01:14 AM
Hi ,
We have a server that communicates via RPC. The server is
developed in MFC. I need to write a client that can talk to this server
in .Net. I thought of using the C# and .Net Remoting. But i dont find a
way to use the RPC in .Net Remoting. Please help me in resolving this.
also is there any other way i can use RPC in .Net. The Client Server
interfaces are defined using IDL and compiled using MIDL. I know i can
use C++.Net but would rather like to use C# and .Net remoting. Thanks
in advance.
Aanandh |