HowTo add a reference to a DCOM-Server

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
 
G

Guest

Hi Sergey,

thanks for your response.

Now I have to look for another way.

Bye Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top