Question Error during loading dll

odrap

Registered User.
Local time
Tomorrow, 00:04
Joined
Dec 16, 2008
Messages
156
When i try to use the datadocumentation for my database written in MS Access 2007 on my desktop, i get the following message:
Error during loading DLL
When i try to compile the database I get the error
Compile Error
Error during loading dll
In the source of my program the line
Set db = currentdb() is marked.

I inspected the referencetable looking for not connected dll's, but none of them where marked that way.

Strange enough, a exact copy of my program, running on my laptop doesn't generate this error.
There everything is working fine.
The only difference between my desktop and my laptop is the operating system.
On my desktop I use Windows 7 ultimate and on my laptop Windows Vista ultimate.
Is somethoing wrong with one of the dll's ?
 
Are they both the same? 64 or 32 bit os?
 
They are both 32 bit
 
Hi,

i would probably take a look at permissions personally. depending on your dll location and the permissions set per user, you might have a rights issue. its worth a check




NS
 
The location of the dll file is usually the culprit. That or possibly it not being registered (depending on the dll) on the specific computer.
 

Users who are viewing this thread

Back
Top Bottom