Chris Neve
Chris Neve

Reputation: 2434

Visual studio 2015 cannot connect to Windows Phone 8.1 emulator

I am facing an issue connecting to a Windows Phone 8.1 emulator from Visual Studio.

Environment:

When the error occurs:

Error:

Right after or during the emulator boot:

What I have tried:

I am new to Windows Phone development and am kind of out of ideas. Nothing I found on Stack overflow helped. The error seems to suggest the configuration of VS is not adapted to the emulator: it can't connect to it.

Any ideas would be greatly appreciated.

Upvotes: 1

Views: 1323

Answers (2)

andreszs
andreszs

Reputation: 2956

Make sure you have installed the Windows Phone 8.1 SDK Update and Emulators, the VS2015 installer (at least the ISO) persists in offering its own obsolete emulators instead of retrieving the updated ones.

I'll never understand the VS2015 installer, it gets some new stuff from the web (like the July-2017 updated Android emulators) and it persists in showing some obsolete SDKs at the same time.

Upvotes: 0

PaulT
PaulT

Reputation: 39

I am seeing the same issue and followed the suggestions above with no effect.

I am running VS2015 Community edition under VMWare Fusion 8.1 and Windows 10 (Windows Update reports all current patches are applied)

The emulator runs fine but the application fails to deploy/run with the same bootstrap error the original poster had.

Windows 10 (all configurations) work fine.

Upvotes: 1

Related Questions