Error: DEP0700: Registration of the app failed


使用Visual Studio 运行和调试Windows 8 Store App,某天突然出现Error: DEP0700: Registration of the app failed这个问题。

解决办法:

  1. 关闭Windows 8模拟器
  2. 关闭Visual Studio
  3. 关闭和你的APP显示名称一样的APP进程
  4. 删除安装包(这个是重点,前面都是铺垫)

    cd "$env:LOCALAPPDATA\Packages"
    dir "*$id*" -Directory | Remove-Item -Force -Recurse

$Id可以在你的Store APP 项目中的,位于结点:

<Identity Name="6c2ced1f-d211-4ac4-a8e3-d3eee83f04d1" Publisher="CN=PSTips.NET" Version="1.0.0.0" />
本文链接: https://www.pstips.net/error-dep0700-registration-of-the-app-failed.html
请尊重原作者和编辑的辛勤劳动,欢迎转载,并注明出处!

关于 Mooser Lee

我是一个Powershell的爱好者,创建了PowerShell中文博客,热衷于Powershell技术的搜集和分享。本站部分内容来源于互联网,不足之处敬请谅解,并欢迎您批评指正。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注