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

ⅰ亾dé卋堺 提交于 2020-01-06 19:42:10

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/27145783/renewed-developer-license-now-i-cant-debug-my-winrt-app-error-dep0700

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!