How to create COM object in remote machine (DCOM server)

  • Thread starter Thread starter Prashanth Uppunda
  • Start date Start date
P

Prashanth Uppunda

Hello,

Does anybody have an idea on how to instantiate a DCOM
server residing in another machine using C#?

Thanks
Prashanth
 
Prashanth,
Does anybody have an idea on how to instantiate a DCOM
server residing in another machine using C#?

object remoteComObj =
Actovator.CreateInstance(Type.GetTypeFromProgID("TheProgID",
"servername"));



Mattias
 

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

Back
Top