.NET and DCOM compatibility
-
Hi All, Is it possible to have a .NET Server Application talk to a simple DCOM Client. How should be the server and the client application be setup to work? I need some articles which can explain a system where the .Net server communicates with the DCOM client. Any reference articles would be useful. Abhishek. Learning is a never ending process of Life.
-
Hi All, Is it possible to have a .NET Server Application talk to a simple DCOM Client. How should be the server and the client application be setup to work? I need some articles which can explain a system where the .Net server communicates with the DCOM client. Any reference articles would be useful. Abhishek. Learning is a never ending process of Life.
The ComReg Sample describes how to register components for remote activation via DCOM. You can find it on your disk: [FrameworkSDK_Path]\Samples\Technologies\Interop\Advanced\ComReg