I am currently developing an application that seems to hang my Windows Phone 7 phone. If I launch the application, then press the home button or use the back arrow and then repeat this several times, the phone actually hangs in the middle of the launch animation applications, and I need to restart the phone.
To fix this problem, I created a new project and deleted all my code and placed only my xaml and animations there. My xaml with animation inside is about 2800 lines. When used in the debugger, exceptions are thrown and no other error messages are displayed.
I created a project to demonstrate my problem. Following are the steps to reproduce the problem.
I am looking for hints or tips on how to find out what is happening!
source
share