When using my application I seem to get an Out of Memory error at random. I cannot find any common "action" that leads to this. additionally it occurs more frequently when the application is either minimized for more then 5 minutes or is a background window (not the active application) for more then 3-5 minutes. It doesn't happen all the time. I seem to only get it once a week at most. It does not seem to occur when the application is the active window. It's a web browser application and uses the WebBrowser control. it is running on a system with IE6 all latest patches. what's wierd is that I would expect this to occur when the application is the active window not a backgrounded window. any ideas

Out of Memory?
dagma20
mad Mazz
He Hua
PuTeFabiO
Jangu
Thanks you very much for the late but answering reply!
G. Miller
iproetel
Out of Memory exceptions occurs only when the application trying to access a variable/object which is out of scope or disposed. Out of scope object will be identified by compilier. But if u dispose a object and try to access the object then the application will throw OutOfMemory Exceptions.
Debug your application and check from which line the exception is occuring.