Application deploys to Windows Phone 7 apps rather than xbox live
问题 When I deploy my game (which uses XNA/C#) from Visual Studio to a windows phone 7 device it goes to the applications area rather than the xbox live sub directory (if I can call it that?). I know this isn't meant to be like this because sample XNA WP7 applications deploy to the xbox live sub directory. 回答1: Check your game's WMAppManifest.xml file. Make sure the Genre attribute under the App element says Apps.Games and not Apps.Normal . 来源: https://stackoverflow.com/questions/4357820