"Failed to load DLL"

G

Guest

When I was trying to use the lookup wizard feature in Access 2003, I am
getting an error message of "Failed to load DLL". What is this means?

I did try to re-install the Access 2003, it didn't help me.

Please let me know, if you know the answer.

Thanx
 
G

Guest

Hi pcsiva,

Try re-registering DAO360.dll and/or Msado15.dll files, using the directions
shown in this KB article:

"Error in loading DLL" error message when you run a Microsoft Access wizard
in Access 2002 http://support.microsoft.com/?id=833220

Notes:
1.) Although the title of the article includes "Access 2002", this article
applies equally well to Access 2003.

2.) This article currently includes two errors as written:

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

You need to include double quotes around paths that include spaces, like this:
Regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll"
Regsvr32 "C:\Program Files\Common Files\system\ado\Msado15.dll"

(The .exe part is optional for Regsvr32)


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
R

rafael santiago

"pcsiva" <[email protected]> escribió en el mensaje When I was trying to use the lookup wizard feature in Access 2003, I am
getting an error message of "Failed to load DLL". What is this means?

I did try to re-install the Access 2003, it didn't help me.

Please let me know, if you know the answer.

Thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top