error in loading DLL

R

rocco

Hello
i have bought a new laptop
After having installed Access2000 (only Access in a folder named Microsoftoffice2000), I have also installed OfficeXP in the folder designed by the wizard
Now the application i created in AccessXp always send a message saying: "error in loading DLL", and the code stop running (the command button has an easy "application.quit" code in the click event)
What's the matter? In my previous laptop i already have both access200 and officeXP installed and anything went fine
The applications created in Access2000 work perfectly: so it is something about XP, I think
Any suggestion
Rocco
 
K

Kristyn Wagoner [MSFT]

This is usually a MDAC error. Take a look at this article to see if it
helps:

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

--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
rocco said:
Hello,
i have bought a new laptop.
After having installed Access2000 (only Access in a folder named
Microsoftoffice2000), I have also installed OfficeXP in the folder designed
by the wizard.
Now the application i created in AccessXp always send a message saying:
"error in loading DLL", and the code stop running (the command button has an
easy "application.quit" code in the click event).
What's the matter? In my previous laptop i already have both access200 and
officeXP installed and anything went fine.
 
R

rocco

Thanks Kristy
i have downloaded and installed the latest version of MCAD but the problem is still here
I have tried to create a new Db in accessXp and it doesn't work properly (while using the wizard to create a fomr it stop running i have to use ctrl+alt+del)
Why on my previous pc (older then this) everything were working fine??
i have tried uninstaling both access2000 and officeXp and reinstall Access2000 first and officeXP later
The problems comes out
Any other suggestion?
 
R

rocco part II

hi
i have tried usin
Regsvr32.exe C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dl
as suggested in the artcle you told me
Instead to receive the message tht the dao360.dll has been registered
i receive this error message: "the specified module could not be found
But usign the "search" i can see that ia have the Ado360.dll in two location

C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dl
an
C:\workssetup\Common\msShared\DAO\Dao360.dl

AARGHH!!! what should I do? (...other that come back to pencil and paper...
 
K

Kristyn Wagoner [MSFT]

Try this to register the dll:

Re-register the dll on the offending machine by following the steps below:
1. Click Start--->Search--->For Files or Folders
2. Search your hard drive for the following files:
Dao360.dll,regsvr32.exe
(You can search for them both at the same time by putting a comma between
them.)
3. When found, click and hold your mouse button on Dao360.dll and drag it
on top of regsvr32.exe and then release your mouse button.

4. If you get a "Registration Succeeded" message box, then close it and try
running your program again.



--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Sam Evans

Dear Kristyn,

I had been having the same problem and had tried everything including pulling all my hair out. I have just tried the drag and drop approach, and this has sorted it. Many thanks.

----- Kristyn Wagoner [MSFT] wrote: -----

Try this to register the dll:

Re-register the dll on the offending machine by following the steps below:
1. Click Start--->Search--->For Files or Folders
2. Search your hard drive for the following files:
Dao360.dll,regsvr32.exe
(You can search for them both at the same time by putting a comma between
them.)
3. When found, click and hold your mouse button on Dao360.dll and drag it
on top of regsvr32.exe and then release your mouse button.

4. If you get a "Registration Succeeded" message box, then close it and try
running your program again.



--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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