码迷,mamicode.com
首页 > 移动开发 > 详细

VS2015调试UWP程序时提示错误DEP0700 : Registration of the app failed. Another user has already installed

时间:2016-08-04 19:23:34      阅读:370      评论:0      收藏:0      [点我收藏+]

标签:

在同一台windows10电脑上调试过一个工程以后,切换了账号再次调试出现错误

DEP0700 : Registration of the app failed. Another user has already installed a packaged version of this app. An unpackaged version cannot replace this. The conflicting package is {{{PackageName}}} and it was published by CN={{{Certificate Stuff}}}. (0x80073cf9)

 

没有打包的程序已经被另外一个用户安装过,无法再次安装。google后解决方案如下

http://stackoverflow.com/questions/13865930/how-to-uninstall-an-app-that-another-user-installed

 

切换到原来的用户

管理员模式下运行power shell

执行get-appxpackage -all命令

找到程序对应的完整称PackageFullName

然后运行命令remove-appxpackage <PackageFullName>

再调试就可以了

VS2015调试UWP程序时提示错误DEP0700 : Registration of the app failed. Another user has already installed

标签:

原文地址:http://www.cnblogs.com/hyamw/p/5737784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!