The memory could not be "read" error

H

Harvey

Hello:

We have an Access 2003 db which uses local as well as oracle tables. We
suddenly started encountering this error when exiting the program:

"the instruction at "0xxxx..." referenced memory at "0xfffffffff". The
memory could not be "read". Click on OK to terminate the program.

We have tried a variety of different things to avert this error, including
introducing memory delays, etc. I found that when introducing MsgBox just
prior to the error, it does not occur. So then, I tried to introduce MsgBox,
and using win32 api, to automatically dismiss it so the user would not know
it was there. that works only some of the time, most of the time not. It
seems like some sort of timing / threading issue.

any ideas would be appreciated.

thank you
Harvey
 
A

Argyronet

Hi,

Sorry, I'm french, so...
Humm, well, what does the eventlog says ?
=> Start/Run/eventvwr then choose Application...

Did you tried to rebuild the projet without exporting system tables
Did you tried to compile project ?
Did the projet has suddenly got missed referencies like for example a DLL
developed by yourself or anyone near from you ?

Regards
--
Argy
Goto : http://argyronet.developpez.com/
Livres :
Créez des programmes avec Microsoft Access 2007 (ISBN 2742982442)
VBA pour Office 2007 (ISBN 2742983910)
 

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