srsRepliesOnlyPls
srsRepliesOnlyPls

Reputation: 1

Visual studio, Windows Phone emulator not working

Made an app in

Tried running my app, and it just keeps giving me this error.

I've tried

anyone got any ideas?

Upvotes: 0

Views: 302

Answers (1)

Rich Turner
Rich Turner

Reputation: 10984

The CLSID you reference above is the VSD (Visual Studio Device) Connection Manager. Looks like VS can't find the VSD ConnectionManager.

A few things to look at:

  1. Do you have Hyper-V enabled and running? If not, you need to be running Hyper-V in order to run the Windows Phone emulator.
  2. In Hyper-V Manager, do you see the Windows Phone emulator images listed?
  3. Using Hyper-V Manager, can you start any of the emulator images: enter image description here

  4. In Visual Studio, do you see the emulators listed in the build & debug target toolbar: enter image description here

If any of the above steps fail, you should focus on resolving those steps in order before continuing.

Upvotes: 0

Related Questions