When I run the Pocket PC Emulator (with and without debugging in VS2005) I get the following message:
"We're sorry....A problem has occurred with edm.exe. Please tell Microsoft about this problem, at no cost to you. The data is used exclusively to improve products." Then i have two links to either show report details or turn off error reporting. If I wait long enough, the message goes away and my program appears to run normally. Can anyone tell me what this is all about

a problem has occurred with edm.exe
ivaka
Looks like there was some unhandled exception in edm.exe. Dr. Watson shows this dialog.
Thanks,
Mohit
Jack Hoxley
Are you in the process of debugging your exe when this happens
Make sure that all locals\watch\callstack\etc windows are closed and see if it repros. Could be that something is being evaluating that's exposing a bug (if that does seem to be case, anything you can do to isolate the issue would help track down the issue)
If not, have you tried doing a reset of the emulator to make sure there's nothing stored in the saved state that causing problems.
Thanks
UnknownScripter
Julian V
Moving to SmartDevices Native C++ Development forum where someone can probably point if you can by pass it.
-Thanks
Mohit