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
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