dao360.dll Crash

M

Mike Schumann

I am running Access 97 on a Windows Server 2003 Terminal Server. I am
getting a lot of crashes with the following Event:

Faulting application msaccess.exe, version 8.0.0.5903, faulting module
dao360.dll, version 3.60.8618.0, fault address 0x0003ff8a.
Does anyone have any idea what is causing this and how I can fix it?
Thanks,
 
A

Allen Browne

DAO 3.6 was designed for JET 4.
I've always found it unstable in JET 3.5.

Open a code window.
Choose References on the Tools menu.
Deselect the DAO 3.6 library.
Select Microsoft DAO 3.51 instead.
Then compile all.

More info on the libraries to use for various versions of Access:
http://allenbrowne.com/ser-38.html
 
M

Mike Schumann

I switched all of my references to DAO 3.51 and haven't had a crash since.
Thanks for the tip.

Mike Schumann
 

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