Windows Phone app closes as soon as it opens

I was recently having a problem with an app closing as soon as it started, with absolutely no error messages at all. Turns out, the ‘Startup object’ value had been cleared, leaving it at the default ‘not set’. Setting it back to the name of the Application sorted it:

Startup object selection in Visual Studio

Leave a Reply