Hi
Whenever I run a program, a message is shown like this
"An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Module."
why is this appearing. what should I do to solve this.
pls help me to overcome it.
santhosh
Printable View
Hi
Whenever I run a program, a message is shown like this
"An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Module."
why is this appearing. what should I do to solve this.
pls help me to overcome it.
santhosh
either you are tryin to access an array element when the array element is not exisitng.
or, you are trying to convert something (like string/int) to something (like string/int).
I think that U entered unfinite loop, wich allocates large chunk of memory.
Use debugger to see what really happens....
Best regards,
Krzemo.
Hi
No
If I run any program, the output is shown but while closing the outpput window, I come across this message.
santhosh
Due to Unknow Module, I think it has something to do with threads. Check if you stop all threads correctly (if you have any).
Debug your code... set breakpoints at all the destructors... see what happens...