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.
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.
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.
User contributions licensed under CC BY-SA 3.0