I'm not really sure how specific I can get. I've noticed this in multiple places in my app. I'm running an app in the Windows Phone 7 emulator and every so often it will just crash. When I run it in debug mode, it does not crash. I haven't been able to attach an Unhandled Exception handler the way I usually do.
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(MyHandler);
Has anyone seen this before? Or at least know how I can attach an Unhandled Exception Handler for WP7? I'm pretty much out of ideas on how to track down what's causing this.