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.
相关问题
- Is it possible to restore a GraphicsDevice if some
- An error is occur when we use navigation to move o
- ClickOnce updates all files. Why?
- binding font-awesome character in XAML to Text
- Windows Phone 7 call ASMX web service
相关文章
- Working with hmacsha256 in windows store app
- Override env values defined in container spec
- WP7 Alert dialog
- What is a good way to deploy a Perl application?
- Add Service Reference and Add Web Reference?
- Deploying C++ game in Linux
- Scrollviewer & SIP Issue (WP7.5 Mango)
- Can't get Jenkins to start using Tomcat
Check your game's WMAppManifest.xml file. Make sure the
Genre
attribute under theApp
element saysApps.Games
and notApps.Normal
.