emiliana Level: Big Cheese Registered: 27-07-2007 Posts: 21
Runtime error 429
I've made a VB6 application that use an access to an excel file.
I've made an installation package and a .exe file
What i have to do to install and use my application in a pc that is working without MS excel application, and has Windows NT as disk operating system ?
I' ve installed my sw but when I try to use it I' have this error message:
runtime error 429 activex component can't create object
Thanks
12-11-2007 at 03:07 PM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 901
Re: Runtime error 429
I assume that the problem is actually with the excel file stuf in your application and not because your application is using the commondialog control without installing it (er.. or any other third-party control you care to mention).
You need to ensure that all references in your VBP are installed too. It sounds like MDAC is missing from the target machine - although without the details, it's hard to be sure.
I suggest you ensure that at LEAST MDAC 2.6 is installed (see msdn.microsoft.com) on the target machine. Also, check microsoft.com for anything in the project references section of your applcation, or anything you use createobject function with.
Regards
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
17-11-2007 at 11:29 PM
|
emiliana Level: Big Cheese Registered: 27-07-2007 Posts: 21