从SVN档下一个已经关联App Marketpalce的项目,想要Debug调试程序,结果遇到了如下错误:
Error : DEP0700 : Registration of the app failed. 另一个用户已安装此应用的打包版本。未打包版本无法替换该版本...
经过多种方法的尝试,最后解决了,步骤如下:
- 在VS里面打开Package.appxmanifest文件。
- 切换到Packaging选项卡。
- 在Pubulisher一栏右边的Choose Certificate。
- 在打开窗口里面的下来菜单里选择Create test certificate,输入密码。
- 重新编译整个项目,再次Debug 就OK了。