Fork me on GitHub

UWP DEP0700: 应用程序注册失败。[0x80073CF9] Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)

现在部署的app项目八成是从以前的一个项目复制过来,修改的。或者本地存在一个相同的app没有卸载。

 

解决方法:

1. 卸载之前相同的app

 

2.如果是复制的项目A,但是经过修改后变成了项目B,并且A和B都需要同时部署,那么需要对比一下两人的appxmainifest.

  <mp:PhoneIdentity PhoneProductId="90cf7475-e88f-4b44-b0d1-e5dbe6523954" PhonePublisherId="00000000-0000-0000-0000-000000000000" />

把phoneproductid改一下即可

 

参考 https://github.com/Microsoft/Windows-universal-samples/issues/365

posted @ 2018-04-18 11:24  猫叔Vincent  阅读(1211)  评论(0编辑  收藏  举报