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
.