c# - App hangs my Windows Phone 7 phone -


I am currently developing an app that is hanging on my Windows Phone 7 phone. If I start the app and then press the Home button or use the Back arrow and then repeat several times the phone is actually hanging in the middle of the app start animation and I have to restart the phone

this To troubleshoot the problem, I created a new project and removed all my code and put my XML and animation only. With the inside animation, my XAML is about 2800 lines long, no exception is thrown on the debugger and no other error messages are shown.

I created a project to demonstrate my problem.

  • These steps are for reproducing the problem
  • Open the project in Visual Studio
  • Select the Windows Phone 7 device < Li> Run the application.
  • To start the app, start using the Home or Back button and then relaunch it again

    • - This is the project whose Use I am trying to reproduce my problem.
    • - From this point I have been forced to restart the phone.

      I am looking for signs or tips how to know what is happening!

      I have tried your project and it runs perfectly on my HTC HD7 node It only displays a large wall of letters without any animation and does not crash the phone. I am using the latest Mango Beta 2 refresh SDK.

  • Comments