Error: memory at "0x00000003"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I recived the following error:

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

How can I fix it ?
Could you say me somethings ?
Thanks in advance.
//Luca
 
ciccio erisud said:
The instruction at "0x00000003" referenced memory at "0x00000003".
The memory could not be "read"
Click on OK to terminate the program

Did you get this in a program you wrote yourself? Or in the IDE? Can you
give more information?

-- Barry
 
Hi Barry,
Thank you for your help,
This program is started from a "scheduling application"
It doesn't have a graphic interface and it use an SQL Database.
The very strange thing is that I installed it on 5 machines;
On 3 machines the application work well, and on 2 machines the
application failed every 2/3 day (!).... with the error in subject

[Application info]
App. C# ... start at least 1 thread (max 3)
Read/Write on SQL Server.
"Speak" with a C++ application throught a C++ wrapper.

Thank you very much.
//Luca
 
"Speak" with a C++ application throught a C++ wrapper.

If I had to guess, I would say that the C++ application / wrapper is
running into something unexpected, and that's causing the error.
However, it's impossible for us (on the newsgroup) to tell without
having the program narrowed down to a reproducible case - i.e. a program
small enough to put in a post which reproduces the error.

-- Barry
 
Back
Top