CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    Indiana USA
    Posts
    193

    Error Registering msadox.dll

    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


  2. #2
    Join Date
    Aug 2001
    Location
    PA
    Posts
    150

    Re: Error Registering msadox.dll

    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
    Thank You, Hisham

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured