Windows Phone 8.1 App Crashes When Not Debugging Async Await Windows Phone 8.1 App Crashes When Not Debugging Async Await windows windows

Windows Phone 8.1 App Crashes When Not Debugging Async Await


As an aside, I would take the time to ensure you always avoid using async void. It is well documented that async void is often a recipe for trouble.

There is a good article on the disadvantages shown here