PDA

View Full Version : Problem with win98


chrisque1
02-04-2003, 02:01 AM
I keep getting a 430 automatization error just on win98.

With others OS the setup work ok.

Its a VB6 database program.

Any Ideas?

Darryl
02-04-2003, 09:53 AM
From your description, I assume that this error is generated when you launch your application after it has been installed?

Are you distributing MDAC in your installation? If so what version are you distributing? I've certainly never distributed that type of application, however it may be due to an older version of MDAC. Try searching the web and google groups for that error. You may receive some useful information.

Hope that helps.

Mark
02-04-2003, 09:58 AM
Hi,

Does your installation run properly? Are any files skipped in your install log? Have you rebooted the system after the installation? Have you tested this on any other Windows 98 machine? Have you included Setup Factory 6.0's Visual Basic 6.0 Runtime Support Module in your installation? Have you used the Visual Basic 6.0 Project Scanner in Setup Factory? (Tools | Scan Visual Basic Project) The Visual Basic Project Scanner should tell you all of the files that you need to distribute with your Visual Basic App.

What’s probably happening here is you are not including a DLL or ActiveX control in your installation and the Windows 98 machine that you are testing on either does not have the control or has an older version of it.

Hopefully the answers to these questions will help us solve your problem.

chrisque1
02-04-2003, 12:55 PM
I have try everything u said, and works on every OS but win98.
I will try with MCDA, and tell u about.

Thanks 4 ur help

chrisque1
02-04-2003, 12:58 PM
Thanks 4 ur help. I will try MDCA and tell u about it.

Mark
02-04-2003, 01:10 PM
Hi chrisque1,

Are any files skipped in your install log? Have you rebooted the system after the installation? Did you run the Visual Basic 6.0 Project Scanner on your initial installation?

Have you tried the installation on any other Windows 98 machines? Are the results the same? What is the exact error message that appears when you run your application?

Are you sure that you are including all of the dependency files?

Mark
02-04-2003, 01:11 PM
Hi,

You should only install MDAC if you need it.