I developed an application years ago using Visual Basic 6 and I needed to install the application on my 64 bit Windows 7 machine this weekend, but I kept getting errors while trying to run the installer. Here are the errors I received:
The procedure entry point RegEnumKeyExI could not be located in the dynamic link library MSDART.dll
and:
An error occurred while registering the file c:\windows\system32\MSADOX.dll
To solve this error, I opened SETUP.LST in a text editor and deleted the line that referenced MSADOX.dll. I saved the file, ran the installer again and the application installed without any errors. I launched the application and it ran fine.
did your application connect a Db?
ReplyDelete