Application Error on Exit

  • Thread starter Thread starter Elysee
  • Start date Start date
E

Elysee

Something, my application generate error when user close it . error like
"Memory on ....could not be read.click to close the application"

I have a code on form_closing to verify if user save everything. the code is
correct.

How to solve this problem?
 
Hello,

Elysee said:
Something, my application generate error when user
close it . error like "Memory on ....could not be read.
click to close the application"

I have a code on form_closing to verify if user save
everything. the code is correct.

That's a really bad "unmanaged" error.

Does that occur on a single machine only? OS version? Version of .NET used
by the application? Are you using PInvoke calls or COM components/ActiveX?
Does the error even occur if you remove the code from the 'Closing' event
handler?

Regards,
Herfried K. Wagner
 
Hello
The error Occur ,not always but something in all PC
the application used .NET 1.1
i am using one control of visual basic 6, ListBar.ocx


-i will try to remove the code from closing event and let you know
 
Hello,

Elysee said:
The error Occur ,not always but something in all PC
the application used .NET 1.1
i am using one control of visual basic 6, ListBar.ocx

-i will try to remove the code from closing event and let you know

If that doesn't help, try to get rid of the "ListBar.ocx".

Regards,
Herfried K. Wagner
 
Back
Top