Link to home
Start Free TrialLog in
Avatar of GoldenJag
GoldenJag

asked on

Run-time error 430 Class does not support Automation or does not support expected interface

Please help.

I am using windows 2000 and vb 6.  I made a .exe for my VB project using VB's Package and Development wizard. When i install it on other machines that have Window 2000 it works fine.  I get a run-time error (Run-time error "430": Class does not support Automation or does not support expected interface.
 ) when i run it on machines with XP.  

I have MDAC 2.8 on my machine (win 2000) and XP should have MDAC 2.8 (is that correct?)...so i dont think that MDAC is my problem.


Please help, I have some critical work to be done.
Thank you,
Avatar of jkaios
jkaios
Flag of Marshall Islands image

I would suggest using Visual Studio Installer 1.1 - it creates MSI packages and uses the Windows Installer engine.
It's much better than the VB's Package and Deployment and it is free.

You can download it from microsoft.com
ASKER CERTIFIED SOLUTION
Avatar of Nightman
Nightman
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial