加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-store-apps – 在Windows应用商店或通用应用中注册应用

发布时间:2020-12-14 02:01:46 所属栏目:Windows 来源:网络整理
导读:执行 Windows应用商店或通用项目时,Visual Studio显示以下错误: Error 1 Error : DEP0700 : Registration of the app failed. Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packag
执行 Windows应用商店或通用项目时,Visual Studio显示以下错误:

Error 1 Error : DEP0700 : Registration of the app failed. Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version. The conflicting package is dff9bf13-e639-46ad-a6ed-61b27be58eed and it was published by CN=owais. (0x80073cf9) tiles

解决方法

您可能正在尝试在已安装的计算机上安装应用程序.也许您在开发期间安装了一次,现在尝试从另一个帐户或使用其他部署方法安装它.

有几种方法可以解决这个问题.

最佳方法:删除已安装的应用程序,例如使用Powershell Remove-AppxPackage并指定包,然后尝试重新安装.

另一种方法:更改您尝试安装的应用程序的Package.appxmanifest中的包名称,编译并重新安装.

例:

<Package ...>
   <Identity Name="5a0c511a-fdfd-4417-80b8-2bedbf437971" ...>

改成:

<Package ...>
   <Identity Name="5a0c511a-fdfd-4417-80b8-SomethingElse" ...>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读