0

I'm using Visual Studio 2010 Express for Windows Phone (with SDK 7.1.1 update) and I'm trying to debug but when the emulator tries to launch, it gives me this error:

Another Virtual Machine Manager is running. Close the other Virtual Machine Manager, wait for some duration, and relaunch the Emulator.

Anybody know what's going on? I'm running this on a physical machine (not on a VM)

Charles
  • 50,943
  • 13
  • 104
  • 142
ajma
  • 12,106
  • 12
  • 71
  • 90

1 Answers1

0

Do you have the Intel (R) Hardware Accelerated Execution Manager (HAXM). that's installed with the latest Android SDK?

If you have installed this component is the Windows Phone 7 emulator will spit out that error, to resolve it you have to uninstall it and reboot.

Torvos
  • 242
  • 2
  • 12
  • I have that installed but I've had it installed for a while and my emulator was running then. – ajma Nov 11 '12 at 18:24
  • alright well that's what happened to me when I had both installed, what version of windows are you running? You could always try uninstalling HAXM to see if it fixes it, if it doesn't you just re-install it no harm done. – Torvos Nov 12 '12 at 12:46