remote debugging - Access Denied when trying to debug on Windows Phone 8.1 device -


i've been working on windows phone 8.1 application using emulator , nokia lumia 520.

up until yesterday, debugging on device working fine. however, because wanted out of pending update windows 10 on device i ran windows phone recovery tool (i never updated windows 10).

now i've reinstalled wp8.1 on device, i'm having trouble debugging.

this error message i'm getting:

access denied error message

(the pixelated part points bin\debug path of project). note though says "windows store app", windows phone app.

deploying device works fine. i've tried debugging on 2 different machines now, same result. i've discovered if explicitly set cpu type in visual studio arm, debugging works, although seems lot slower before.

does know why i'm getting weird error message , why need compile arm cpus debug on phone?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -