I created DCOM server and installed on A Machine. I am trying to create instance on B machine but i am getting error. The error message says coGetClass object faild
Class not registered.
please help me on this.
Printable View
I created DCOM server and installed on A Machine. I am trying to create instance on B machine but i am getting error. The error message says coGetClass object faild
Class not registered.
please help me on this.
You need to register the DCOM on machine B using: regsvr32 tool.
Regards,
TheBao