Windows Phone (WP) Question:
Download Questions PDF

Explain starting with April CTP Refresh, I can compile and debug my XNA game, but it does not show up in list of applications when I am not launching it on the debugger?

Windows Phone Interview Question
Windows Phone Interview Question

Answer:

The games are installed in games hub, which you can't see in the currently slimmed image. Change the Genre attribute in the App element in WindowsPhoneManifest.xml from App.Games to NormalApp
<App xmlns="" ... RuntimeType="XNA" Version="1.0.0.0" Genre="NormalApp" >

Download Windows Phone Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose when I deployed my XNA app to the xDE, the orientation is in portrait mode, but when I deploy it to a device, it’s in landscape mode.?How to show the SIP keyboard in xna app?