vb application error

  • Thread starter Thread starter dhanajay.n
  • Start date Start date
D

dhanajay.n

Dear Sir,
Referenced memory could not read so & so click ok to
terminate the programm &
cancel to debug while closing the VB application, Please give the
solution.

Thanks & Regards

Dhananjay.N
 
good luck finding a solution based on that very detailed description of
your non-hardware problem.
 
Dear Sir,
Referenced memory could not read so & so click ok to
terminate the programm &
cancel to debug while closing the VB application, Please give the
solution.

Thanks & Regards

Dhananjay.N

Give the full error next time and explain to us what you are doing,
with what, how and why, because nobody will be able to tell you
anything usefull this way.

Also, I don't think this has anything to do with hardware.

The only thing I can (sort of) read from your message is that you
use some sort of program which generates some sort of error while
you are doing some sort of action.

The error includes a 'memory could not be read' message.

'Memory could not be read' mostly means that the program is
trying to access a piece of memory which does not belong to the
program. Therefore the operating system generates an error
indicating that the program is trying to execute an illegal operation.
Visual Basic catches this error and shows it to you.

But, as I said, this is all guess work with the limited amount of
information you gave us.

regards,
Marcel
 
Marcel Overweel said:
Give the full error next time and explain to us what you are doing,
with what, how and why, because nobody will be able to tell you
anything usefull this way.

Also, I don't think this has anything to do with hardware.

VB is microsoft visual basic. He should be over on

microsoft.public.dotnet.languages.vb

....of course, I know a bit about VB, and still don't understand the question
 
Back
Top