dao360.dll Crash

  • Thread starter Thread starter Mike Schumann
  • Start date Start date
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,
 
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
 
I switched all of my references to DAO 3.51 and haven't had a crash since.
Thanks for the tip.

Mike Schumann
 
Back
Top