Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 8 Emulator not launching. Error code 0x80131500

I have problem with Visual Studio 2012 (OS: Windows 8.1 Preview)

  1. Create empty project (Windows Phone App)
  2. Press F5 to start debugging.

And I get 0x80131500 error code, with no detailed description. Only this: Deployment of application to device failed.

Output:

1>------ Deploy started: Project: PhoneApp1, Configuration: Debug Any CPU ------
1>Deploying C:\Visual Studio 2012\Projects\PhoneApp1\PhoneApp1\Bin\Debu\PhoneApp2.xap...
1>Connecting to Emulator WVGA 512MB...
1>Deployment of application to device failed.
1>0x80131500

Has anyone encountered such a problem. How it can be solved?

like image 833
alunyov Avatar asked Jul 05 '13 11:07

alunyov


3 Answers

Installing Visual Studio 2012 Update 3 should fix the issue http://support.microsoft.com/kb/2864215

like image 137
filtercoffee Avatar answered Oct 15 '22 12:10

filtercoffee


Windows 8.1 Preview does not support the Windows Phone 8 sdk to run on the Visual Studio 2012. You cannot run Emulator as well so better you should use a stable Windows 8 version for WP8 development. This is the statement right from Microsoft Support

After you upgrade your OS to Windows 8.1 Preview, you cannot run Windows Phone 8 Software Development Kit (SDK) emulator (XDE.exe) in Microsoft Visual Studio 2012

Reference here

like image 6
Jibran Khan Avatar answered Oct 15 '22 11:10

Jibran Khan


In my case, updating Windows Phone SDK and VS Express 2012 helped on Windows 8.1, but performance is poor. If it's helpful try installing update to VS:

http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/07/02/running-the-windows-phone-emulator-on-windows-8-1-preview.aspx

And updating SDK:

http://dev.windowsphone.com/en-us/downloadsdk

like image 3
Tomasz Syta Avatar answered Oct 15 '22 12:10

Tomasz Syta