|
-
February 7th, 2005, 08:20 AM
#1
An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Modu
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
-
February 8th, 2005, 03:22 AM
#2
Re: An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown
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).
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
-
February 8th, 2005, 05:51 AM
#3
Re: An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Modu
I think that U entered unfinite loop, wich allocates large chunk of memory.
Use debugger to see what really happens....
Best regards,
Krzemo.
-
February 8th, 2005, 11:37 PM
#4
Re: An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Modu
Hi
No
If I run any program, the output is shown but while closing the outpput window, I come across this message.
santhosh
-
February 9th, 2005, 02:25 AM
#5
Re: An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown Modu
Due to Unknow Module, I think it has something to do with threads. Check if you stop all threads correctly (if you have any).
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
February 9th, 2005, 03:04 AM
#6
Re: An unhandled exception of type 'System.OutOfMemoryException' occurred in Unknown
Debug your code... set breakpoints at all the destructors... see what happens...
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|