Click to See Complete Forum and Search --> : Error Registering msadox.dll


Catrina
August 22nd, 2001, 07:52 AM
I have an application I compiled and packaged with VB6 service pack 5. The install works on all machines except one I have tried. The problem machine is an older machine with Win95 installed from disks. The dll, msadox.dll will not register on this machine. Does anyone know any possible reasons for this problem? Or any type of work around other than changing my program from ADO to DAO? Only the msadox.dll has given me problems.

Thank you in advance.

Catrina

hoa01206
August 22nd, 2001, 05:44 PM
Hi,

You can register it manulaly if you want this option.


open this DLL with (Regsvr32.exe)

If you double click this DLL which resides in that computer. Since, it is window 95, then it will be in
C:\Windows\system

When you double click the DLL, it will give you a dialog window asking you to open with what?
Click browse and go to C:\Windows\system again, and select (Regsvr32.exe) then, ok. Upon successfull registration it will prompt you.

Hope it will work for you.

Good Luck!

Thanks
Hisham