HowTo add a reference to a DCOM-Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

how can I add a reference to a DCOM-Server in my .NET CF application (C#)?

In VB.NET (normal .NET Framework) I add a reference to the DCOM-Server and
create a object for each interface like following:

Dim WithEvents myInterface As MyDCOMServer.MyInterface
Set myInterface = CreateObject(...)

Thanks a lot
Christian
 
Hi Sergey,

thanks for your response.

Now I have to look for another way.

Bye Christian
 
Back
Top