satti charvak
Jun 5th, 2001, 08:21 AM
Hello Expert,
i've written a DCOM server using
i. vb6.0
ii. win2000
iii. In the dcomcnfg dialogbox i made the following settings
a. On the general tab: Authetication level - default
b. On the location tab: Run application on the local machine
c. On the endpoints tab: connection level tcp/ip
iv. On the client machine i copied the ".vbr" & ".tlb" files and
registered them using following command
------------------------------------------------------------------
CLIREG32 <PROJECT.VBR> -d -l -s <server name> -t <project.tlb>
------------------------------------------------------------------
No error\message was reported while registering.
v. The registry on the client as well as the server machine is
showing the entry of the DCOM Server by name as well as by
CLASS ID
vi. On the client computer i created a standard EXE project and
created the instance of the DCOM Server using 'createobject'
statement.
vii. ERROR MESSAGE ----
------------------------------------------------------------------
"RUN TIME ERROR 429: ACTIVEX COMPONENT CAN'T CREATE OBJECT"
------------------------------------------------------------------
i've written a DCOM server using
i. vb6.0
ii. win2000
iii. In the dcomcnfg dialogbox i made the following settings
a. On the general tab: Authetication level - default
b. On the location tab: Run application on the local machine
c. On the endpoints tab: connection level tcp/ip
iv. On the client machine i copied the ".vbr" & ".tlb" files and
registered them using following command
------------------------------------------------------------------
CLIREG32 <PROJECT.VBR> -d -l -s <server name> -t <project.tlb>
------------------------------------------------------------------
No error\message was reported while registering.
v. The registry on the client as well as the server machine is
showing the entry of the DCOM Server by name as well as by
CLASS ID
vi. On the client computer i created a standard EXE project and
created the instance of the DCOM Server using 'createobject'
statement.
vii. ERROR MESSAGE ----
------------------------------------------------------------------
"RUN TIME ERROR 429: ACTIVEX COMPONENT CAN'T CREATE OBJECT"
------------------------------------------------------------------