Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP 8.1 - Debug Universal App in device not working with VS 2013

im trying to ebug my universal app from VS 2013 update 2 in my WP8.1 device but i have this error:

Failed to deploy. Make sure another deployment or debugging session is not in progress for the same emulator or device from a different instance of Visual Studio: Error writing file '%FOLDERID_SharedData%\PhoneTools\11.0\Debugger\bin\RemoteDebugger\msvsmon.exe'. Error 0x80070005: Access Denied.

I tried run as administrator and got the same error. Im using VS 2013 Update 1+2, Windows Phone 8.1 on my device (unlocked with WP8.1 developer tool).

Thanks in advance!

like image 517
user1127850 Avatar asked Apr 17 '14 11:04

user1127850


1 Answers

Usually, this error means there's a pending Windows Phone OS update. Can you see if you have pending updates on the phone and restart?

In the remote case that still doesn't work, you can try reset the phone in about page to get the phone to a clean state.

http://www.windowsphone.com/en-US/how-to/wp8/basics/reset-my-phone

like image 79
Leo Avatar answered Sep 22 '22 21:09

Leo