Groups | Blog | Home
all groups > dotnet interop > october 2004 >

dotnet interop : COM Client and .Net Application


Sunny
10/20/2004 9:35:16 AM
In article <e#GjBlntEHA.444@TK2MSFTNGP10.phx.gbl>,
michael.lohr@breuckmann.com says...
[quoted text, click to view]

Hi,
you can not use remoting from unmanaged COM object, but what you can do
is:
1. Create a local managed wrapper for the remoting calls. Your COM
object can create an instance of that wrapper, and then the wrapper will
forward the calls.
2. Use EnetrpriseServices.ServicedComponent to create managed DCOM
server. Then your COM object can call it using normal DCOM calls.

Cheers
Michael Lohr
10/20/2004 9:48:55 AM
Hallo,

is it possible to call a remote .Net Application from a local COM Client
using .Net interop??

All I have read until now, using remoting requires that you have a Client
and a Server writen in
managed code so I'm not shure if above scenario can work.

Thanks in advance for all hints.

Michael

AddThis Social Bookmark Button