ActiveX component can't create object or return reference to this object (Error 429) 
Author Message
 ActiveX component can't create object or return reference to this object (Error 429)

Hi Foks !

I'm getting the error when I try to create a instant of a .class  in a .dll
I made.
It works ok on the PC I made both the .dll and .exe
The only thin I'm reference in the .dll fil is the MS dao 2.3/3.5. (A
recordset is parsed to the .dll ByRef).

The PC where the error is raised has the same OS language/version (win98).
And both PC has VB 5 installed.

As far a I can see the dao is registered in the registry

Plz. hlp...

Regards
Roger Helgesen



Sun, 29 Jul 2001 03:00:00 GMT  
 ActiveX component can't create object or return reference to this object (Error 429)
We had a similar error.

Try doing a manual refistration as follows:
    Open a DOS window
    Go to the directory containing DAO350.dll
    Execute the following:
        regsvr32.exe dao350.dll

    This fixed our one.

    Good luck

Norrie.

Quote:

>Hi Foks !

>I'm getting the error when I try to create a instant of a .class  in a .dll
>I made.
>It works ok on the PC I made both the .dll and .exe
>The only thin I'm reference in the .dll fil is the MS dao 2.3/3.5. (A
>recordset is parsed to the .dll ByRef).

>The PC where the error is raised has the same OS language/version (win98).
>And both PC has VB 5 installed.

>As far a I can see the dao is registered in the registry

>Plz. hlp...

>Regards
>Roger Helgesen




Fri, 03 Aug 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Activex component can't create object or return reference to this object (Error

2. help ActiveX Error : ActiveX component can't create object

3. ActiveX Error : ActiveX component can't create object

4. Run-time error '429': ActiveX component can't create object

5. Run-Time Error '429': ActiveX component can't create object

6. Run time error '429': ActiveX component can't create object

7. Run-time error '429': ActiveX component can't create object

8. Run time error '429': ActiveX component can't create object

9. Run-Time Error '429': ActiveX component can't create object

10. "ActiveX component can't create object or return reference to this object (Error 429)"

11. ActiveX Component Can't Create Object

12. Error: ActiveX Component can't create Object

 

 
Powered by phpBB® Forum Software