benichka
benichka

Reputation: 925

Visual Studio Community 2015 - can't see emulator or device for 8.1 mobile

I've got a little problem with Visual Studio Community 2015. I uninstalled it few weeks before, and reinstalled it yesterday; I've got the Update 1. I tried to launch a Windows Phone 8.1 project, and I got the following error:

error

In the debug mode, I only got the option "Start" : I can't see my device (I used to before uninstalling), and can't see an emulator neither:

menu

If I deploy it manually, nothing fail, but nothing succeed...

I think my installation includes all that it needs...

menu

My phone is registered.

Any idea what's wrong? Thank you!

EDIT : uninstalled all the SDK's and emulators, repaired VS, rebooted, reinstalled SDK's and emulator, it now works... With 15Gb more on my sdd..

Strange thing is that I've got Windows 10 emulator for Win Phone 8.1 projects, and that the emulator are not available if I chose an ARM CPU, but ONLY for Windows Universal Apps... Don't know if it's normal (I'm very knew to this kind of development), but I'll see if that matters when I'm coding :D

Thank you :)

Upvotes: 0

Views: 1263

Answers (1)

Chirag Shah
Chirag Shah

Reputation: 981

Right click solution -> choose properites -> click common properties in the dialog box -> in the startup project choose your windows phone 8.1 project. Done! (Y)

Upvotes: 1

Related Questions