Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

robinsql

Programmer
Aug 2, 2002
236
0
0
IE
Hi,

I have an application which runs fine on my development PC which is running Win 2K, but when I try and run the same app on an NT machine, it fails and returns the above error.

I have searched the web for an answer and have done the recommended steps such as registering scrrun.dll.

The line of code where it is failing is the following...

Set m_oUtrac = New Utrac.cUTRACFile

This is calling a dll which I have created. I have also registered this using regsvr32.

Does anyone have any ideas what could be causing this?
Getting desperate!

Thanks for any help,
Robin
 
From your duplicate post elsewhere you seem confident that all are required libraries are included in the setup. However Ive always found this prob caused by a required component not beng installed or registered. Another possiblity is that there are some Microsoft libraries installed by default in W2K+Sp3 but not NT4.

Check NT4 Service Pack, Jet and MDAC versions are required versions.

Maybe this helps.


 
Thanks, will do.
Sorry about double post - just thought this was a better forum to post in and had previously posted in the other.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top