Please help me to find out the cause behind it.May be its the images that are not de-allocating memory or something else that is causing memory leakage.Below is error message that displays.
The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX", The memory could not be "written". Click on OK to terminate that program.
Click on OK to terminate the program.
Click on CANCEL to debug the program.
If I say yes it crashes - if I say no it crashes in about 30 seconds.
Click on OK to terminate the program.
Click on CANCEL to debug the program.
If I say yes it crashes - if I say no it crashes in about 30 seconds.

NehaPosted Dec 26, 2016, 6:04 AM
NehaPosted Dec 23, 2016, 7:56 AM
I have done that but it still happens.
Actually this issue occurs only one of our machine.
Nirav DaraniyaPosted Dec 23, 2016, 5:52 AM
you have to use Dispose or Finalize method for release the unused memory object.