borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (run-time error 400) New Topic New Poll Post Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : Runtime error 429
Poster Message
emiliana
Level: Big Cheese

Registered: 27-07-2007
Posts: 21

icon 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
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 901
icon 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
View Profile Send Email to User Show All Posts | Quote Reply
emiliana
Level: Big Cheese

Registered: 27-07-2007
Posts: 21
icon Re: Runtime error 429

Thank you i'll see on Microsoft site

19-11-2007 at 06:39 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : Runtime error 429
Next Topic (run-time error 400) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder