2
votes

In my Visual studio 2012 for windows phone , I created one project and I developed some pages. It is working fine and i'm able to debug by selecting the desired emulator option. Suddenly the device options tab is not visible. It is looking like below.

enter image description here

For testing purpose I've opened another project, then for this project i'm getting the emulator option. It is looking like this.

enter image description here

I didn't understand why it is happening with the first project. could you please tell me how to enable emulator options for the first project.

Thanks.

1
:just stop debugging your project...(i.e press SHIFT+F5 )Mansinh
if its not working than let me knowMansinh
i'm not in debugging mode. Whenever i open the project then by default it is disbled.user2636874

1 Answers

1
votes

If you have multiple projects in your solution then the one that is set as the 'StartUp project' is probably not a Windows Phone app.
The options included in the menu relate to the startup project only.

To change the startup project, right click on the project in the solution explorer and select "Set as StartUp project".