When I first started using the Windows Phone 7 emulator with Visual Studio everything worked fine. I could click the Windows button on the phone, go back to the main menu and see my app on the program list.
Recently the app has stopped appearing in this list when I click the Windows button.
I was just wondering has anyone else experienced this and if so did they manage to fix it?
I can still load the app by debugging in Visual Studio but it can be inconvenient at times.
When I first started using the Windows Phone 7 emulator with Visual Studio everything
Share
Is this a game by any chance? Remember that the emulator doesn’t have the games hub, so if you want it to show up on the main app list, you have to go into the WMAppManifest.xml file and change Genre=”Apps.Games” to Genre=”Apps.Normal”.