views:

19

answers:

0

I have a memory leak somewhere in my NETCF app, but instead of getting the "OutOfMemoryException" with the nice stack trace to track it down, I get the big white wince "Program memory..." dialog and have to restart the device. Can anyone give me or point me to a good set of directions to disable the "Program memory" dialog, and have the OutOfMemoryException be raised instead?

It was suggested that I replace the "UI based notification" component in my OS Design with the "Non UI based notification" one, but that won't work for me because admin users need to be able to use the WinCE shell, which has a dependency on the "UI based notification" component.

related questions