Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I'm new to use DCOM and I have follow the step by step trying to come out the DCOM but it doesn't seem to be success.
What I did through the step as below:
1. Register dll on the server by running regsvr32 xxx.dll
2. Add the component package to MTS
3. copy VBR and TLB files to client machine
4. run clireg32 xxx.vbr on client machine by choosing DCOM option and fill in the IP address of the server
5. set project reference to TLB file in the VB project
However the error message shown as:
Run-time error '429':
ActiveX component can't create object
Did I miss out anything? Appreciate if anyone could help on this matter. Thanks.
I'm new to use DCOM and I have follow the step by step trying to come out the DCOM but it doesn't seem to be success.
What I did through the step as below:
1. Register dll on the server by running regsvr32 xxx.dll
2. Add the component package to MTS
3. copy VBR and TLB files to client machine
4. run clireg32 xxx.vbr on client machine by choosing DCOM option and fill in the IP address of the server
5. set project reference to TLB file in the VB project
However the error message shown as:
Run-time error '429':
ActiveX component can't create object
Did I miss out anything? Appreciate if anyone could help on this matter. Thanks.