I have a WM 5 application written in C++ / MFC using VS 2005. When error
reporting is turned off, everything runs great. When error reporting is
turned on, there is a particular place in the app where an error pops up
with the Send / Don't send option. If you close this window, the app
continues on just fine. When I look at the details of the error, it says
the EvntType is WinCE501bException. When I run it in debug mode, the
debugger doesn't catch any exceptions. Whats the best way to proceed to try
to track this error down? Why doesn't the debugger catch it? What is a
WinCE501bException? Thanks.
Timothy Dean