Tech Support Forum banner
Status
Not open for further replies.
1 - 2 of 2 Posts

· Registered
Joined
·
1 Posts
Discussion Starter · #1 ·
Hi,
I try to load a program called Otrader and it loads up but gives an error message 429 which is ActiveX component can't create object. It then closes the program down.
I installed it on another computer, same OS but it works on that one.
What can cause this error. I think i may have already reinstalled activex components from downloading so please suggest as many solutions as you can think of.

THanks
 

· TSF Team Emeritus, Microsoft Support
Joined
·
15,519 Posts
Hi and Welcome to TSF

The error message itself can occur for one of four reasons (listed in order of likeliness):

1. You do not have a required TLB or ActiveX DLL/OCX file.
2. A TLB or ActiveX DLL/OCX needed by the project is present but not registered on your system.
3. The VB runtimes are an earlier version than the one you need to run the project.
4. A required TLB or ActiveX DLL/OCX file is corrupt.


Sounds as if you need to register the dll using regsvr32.
For example
regsvr32 "C:\Program Files\Common Files\Microsoft
Shared\DAO\DAO350.DLL"
 
1 - 2 of 2 Posts
Status
Not open for further replies.
Top