Renewed developer license,. Now i cant debug my winrt app. Error : DEP0700

0

I am developing winrt app. Today i renewed visual studio developer's license. from then I'm getting the error. The app is running fine on simulator, but I'm trying to run it on Remote machine where its throwing this error.

Error 1 Error : DEP0700 : Registration of the app failed. An internal error occurred with error 0x80070005. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf6)

I checked this,this,this and this. None helpful in my case

My previous app is uninstalled & its package is also deleted.

windows-8
visual-studio-2013
windows-runtime
winrt-xaml
asked on Stack Overflow Nov 26, 2014 by Gk_999 • edited May 23, 2017 by Community

2 Answers

0

I had similar issue each time I was starting my project with Windows Universal target. When I took a look at app manifest I realized that it somehow mentioned Win10 platform for which I could not build from my Win 8.1 box yet, I guess. I decided to simply explicitly point that I want to target Windows 8. It solved my problem.

What to choose when creating a new project

answered on Stack Overflow Jun 23, 2015 by Wojciech Fornal • edited Jun 23, 2015 by Wojciech Fornal
0

This can occur for App registry issues on your computer, you can try to go to the C: \ Users \ {user} \ AppData \ Local \ Packages \ {FolderApp} and delete this folder. After just restart the computer and again perform the deploy.I had the same problem with me and was all right.

answered on Stack Overflow Sep 2, 2015 by (unknown user)

User contributions licensed under CC BY-SA 3.0