This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

When ITry to read from the Buffer, get Data Access Error

Hi,

What does Data Access Error means?

I try to read form a Buffer but then get this Data Access Error and a memory address. What does Data Access Error in general terms could mean?

Any answer would help!

  • Data access error: The processor cannot read data from or write data to the specified address. An attempt was made to access a memory location where there is physically no memory present. This exception is usually caused by an invalid data pointer. ok it seems im traying to read from a memory which doesnt exist.