RunTime Error: 429 ActiveX Can't Create Object 
Author Message
 RunTime Error: 429 ActiveX Can't Create Object

I have a VB5.0(SP2)application accessing Oracle 7.3 using Oracle Objects
for Ole 2.0 installed on three Win95 computers working fine.  When I
installed in on two other Win95 computers I keep getting RunTime Error:
429 ActiveX Component Can't Create Object.  I have used the same setup
program and all the OLE dlls are registered properly.  I have also tried
RegClean and that didn't help either.  I did notice that the two
computers that are having the problem have IE4.0 installed.

Any suggestions?
Thank You
Mary Jo



Sun, 10 Dec 2000 03:00:00 GMT  
 RunTime Error: 429 ActiveX Can't Create Object

I am having the same problem with Remote Data Objects. I anyone knows any
ways of
fixing this please help.

pawel

Quote:

> I have a VB5.0(SP2)application accessing Oracle 7.3 using Oracle Objects
> for Ole 2.0 installed on three Win95 computers working fine.  When I
> installed in on two other Win95 computers I keep getting RunTime Error:
> 429 ActiveX Component Can't Create Object.  I have used the same setup
> program and all the OLE dlls are registered properly.  I have also tried
> RegClean and that didn't help either.  I did notice that the two
> computers that are having the problem have IE4.0 installed.

> Any suggestions?
> Thank You
> Mary Jo



Tue, 12 Dec 2000 03:00:00 GMT  
 RunTime Error: 429 ActiveX Can't Create Object

If you've tried to register the activex controls, and that hasn't worked,
make sure when you compiled the EXE, you had the DLL referenced where you
registered it.  I found I had a project that had a DLL that I had created,
if I compiled the EXE and the compiled the DLL it wouldn't work.  I had to
either
1) Change the reference before you compile to point at the DLL
2) Use the 'compile project' instead of the 'compile', and it will build
the DLL and the exe with the proper association in the reference list.

HTH
Jeff Fulcer

Quote:

> I am having the same problem with Remote Data Objects. I anyone knows any
> ways of
> fixing this please help.

> pawel


> > I have a VB5.0(SP2)application accessing Oracle 7.3 using Oracle Objects
> > for Ole 2.0 installed on three Win95 computers working fine.  When I
> > installed in on two other Win95 computers I keep getting RunTime Error:
> > 429 ActiveX Component Can't Create Object.  I have used the same setup
> > program and all the OLE dlls are registered properly.  I have also tried
> > RegClean and that didn't help either.  I did notice that the two
> > computers that are having the problem have IE4.0 installed.

> > Any suggestions?
> > Thank You
> > Mary Jo



Tue, 12 Dec 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Runtime error '429', ActiveX can't create object

2. HELP : runtime error 429 ActiveX can't create object

3. ActiveX componet can't create object (Runtime Error 429)

4. Solution for runtime Error 429 ActiveX Can't Create Object for CR9 with VB6

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. Run-Time Error '429': ActiveX component can't create object

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

12. ActiveX can't create object, Runtime 429 VB 6.0

 

 
Powered by phpBB® Forum Software