Unanswered error in loading DLL

  • Thursday, May 03, 2012 12:22 AM
     
     

    To anyone that can help,

    I am recieving multiple error messages "error in loading DLL" when trying to run the "Form Wizard" in Access 2007. Ultimately the form wont load correctly. In addition the message has been showing up periodically while completing other tasks as well, but the task completes. But with the Wizard it will not. Any help with this would be appreciated. 

    Currently running Win7 64bit

    Thanks,

    G.E. Bewick

    I have had this post up for 19hrs with no response is it possible I am in the wrong forum for this??

    Any help would be appreciated!!!


    • Edited by G.E. Bewick Thursday, May 03, 2012 7:27 PM
    •  

All Replies

  • Friday, May 04, 2012 5:17 AM
    Moderator
     
     

    Hi

    This problem may occur if you have missing Microsoft Data Access Components (MDAC) files, corrupted MDAC files, or outdated MDAC files on your computer.

    To resolve this problem, use either of the following methods:
    Method 1: Register the required Dao360.dll file and the Msado15.dll file

    You may have to register the Dao360.dll file and the Msado15.dll file by using the Regsvr32.exe program. To do this, follow these steps:

    1. Click Start, and then click Run.
    2. In the Run dialog box, type the following commands in the Open box, and then click OK:

      Regsvr32.exe "<<Dao360.dll_Path>>"
      Regsvr32.exe "<<Msado15.dll_Path>>"

      The <<Dao360.dll_Path>> placeholder is the absolute path of the Dao360.dll file.

      The<<Msado15.dll_Path>> placeholder is the absolute path of the Msado15.dll file.

      The following examples show how you may specify an absolute path:

      Regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll"

      Regsvr32.exe "C:\Program Files\Common Files\system\ado\Msado15.dll"

      If the Dao360.dll file is successfully registered, you receive a message that is similar to the following message:

    DllRegisterServer in C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll succeeded.

    If the Msado15.dll file is successfully registered, you receive a message that is similar to the following message:

    DllRegisterServer in C:\Program Files\Common Files\system\ado\Msado15.dll succeeded.

    1. Click OK.

    Method 2: Install the latest version of MDAC

    For additional information about how to download the latest version of MDAC, visit the following Microsoft Developer Network (MSDN) Web site:

    http://msdn.microsoft.com/en-us/data/aa937729.aspx

    For more information about this issue, please refer to the link:

    http://support.microsoft.com/kb/833220


    Jaynet Zhang

    TechNet Community Support

  • Saturday, May 05, 2012 10:32 PM
     
     

    I have tried these solution and they did not work. Are their any othe possibilities?

    Thanks,

    G.

  • Wednesday, December 05, 2012 7:12 PM
     
     

    If it is a 64-bit machine,

    How about

    Regsvr32.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\Dao360.dll"

    Regsvr32.exe "C:\Program Files (x86)\Common Files\system\ado\Msado15.dll"
    ?