.NET remoting with DCOM

Nov 6 2006 12:05 PM
Hi All,

A project I am working on requires me to interface DCOM components on a Windows NT machine with a server running 2003 with .NET 2 on it.

The problem is I can't seem to find any good advice on how this can be done. Specifically the client can not change and thus I require something like a wrapper so that the client can create a connection to the server via DCOM, but the server will be dealing with it via .NET remoting.

Can anyone point me in the right direction of how this can be done?

Thanks

Andy