I have a problem with my WP7 application, it's working fine on the emulator and it's also working fine on the device but only when debugging. When I run the application when it's not debugging the application is terminated. No exception...nothing. I can not tell what part is actually causing that. The application is calling web services, bing map services and using GPS information. Any ideas?
Are you doing anything expensive or synchronous during your startup?
You have a certain amount of time for your app to start up before the OS kills it. with a debugger attached, you're exempted from the time limit. On the emulator, your computer's processor speed might make allow it to start up faster than it would on the device.
I'd start simplifying your app startup and see if that's part of it.
Try writing some logging to a file in isolated storage as startup steps are executed to see how far your app is getting before it crashes. You can compare this to the log output when you run in debug mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With