更新的开发者许可证,.现在我无法调试我的 winrt 应用程序.错误:DEP0700
我正在开发 winrt 应用程序.今天我更新了visual studio开发人员的许可证.从那时起我收到错误.该应用程序在模拟器上运行良好,但我试图在抛出此错误的远程机器上运行它.
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.
错误 1 错误:DEP0700:应用程序注册失败.一个内部发生错误,错误 0x80070005.看http://go.microsoft.com/fwlink/?LinkId=235160 对于帮助诊断应用程序部署问题.(0x80073cf6)
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.
这可能是由于您计算机上的 App 注册表问题,您可以尝试转到 C:\Users\{user}\AppData\Local\Packages\{FolderApp} 并删除此文件夹.重新启动计算机并再次执行部署后.我遇到了同样的问题,一切正常.
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.