PDA

Click to See Complete Forum and Search --> : Dcom


india
May 31st, 2001, 02:08 PM
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.

TheBao
May 31st, 2001, 04:28 PM
You need to register the DCOM on machine B using: regsvr32 tool.

Regards,
TheBao