Install Visual Studio to emulate Windows Phone 7 emulator by default?

I installed a new template for Windows Phone 7 this week in Visual Studio, and now every time I open a project, VS sets up the default debugging environment to target my physical phone instead of an emulator. This is annoying because 9 times out of 10 I want to debug locally and I press F5 only so that "Zune software does not start." Please try again after making sure that the Zune software is running. "Error.

Has anyone understood how to set default back to Windows Phone 7 emulator?

+4
source share
3 answers

Default Deployment Goal

When you install the January 2011 update, the default deployment target for Windows Phone projects in Visual Studio changes to Windows Phone 7. You can change the default target to Windows Phone 7 emulator using the following steps:

  • Close all instances of Visual Studio and Windows Phone Emulator.
  • Delete the contents of% LocalAppData% \ Microsoft \ Phone Tools \ CoreCon.
  • Restart Visual Studio.

A source

+4
source

I also created another blog article about this. I'm a little nervous about deleting the entire directory structure. This is an alternative.

http://www.pchenry.com/Home/tabid/36/EntryId/412/Tired-of-ALWAYS-having-to-change-to-the-WP7-emulator-in-Visual-Studio.aspx

+2
source

I have an easy way. Go to visual studio -> tools -> menu, and then select expert setup.

+1
source

Source: https://habr.com/ru/post/1341427/


All Articles