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