visual-studio-2012 - Windows 应用商店应用部署错误

标签 visual-studio-2012 deployment windows-store-apps windows-8.1

我刚刚在我的计算机(Windows 8.1)上下载并安装了 Visual Studio 以开始构建 Windows 8 应用程序。问题是当我尝试运行任何应用程序时会出现此错误消息(此错误消息中的应用程序称为 Parcels.comStarter):

Error 1 Error : DEP0700 : Registration of the app failed. Deployment Register operation on Package a783768f-d79c-495b-bf64-e59e4297fb42_1.0.0.0_neutral__1mfyfctfxa0tr from: (d:\Gebruikers\wardv_000\Downloads\Parcels.comStarter\Parcels.comStarter\Parcels.com\bin\Debug\AppX\AppxManifest.xml) failed with error 0x8E5E0530. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf9) Parcels.com



我搜索了整个互联网,但没有找到解决方案。我也确实重新安装了visual studio,但问题仍然存在。

提前致谢

最佳答案

  • 打开服务管理控制台 (services.msc) 并停止 Windows Installer 服务。
  • 在 Windows 资源管理器中,转到 C:\ProgramData\Microsoft\Windows\AppRepository\并将 PackageRepository.edb 重命名为 PackageRepository.edb.backup。
  • 返回管理控制台,重新启动 Windows Installer 服务。
  • 现在以管理员身份运行 Visual Studio 并打开您的项目。
  • 关于visual-studio-2012 - Windows 应用商店应用部署错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19177199/

    相关文章:

    c# - 无法确定某个 UITestControl 是否存在于我的网络应用程序中

    c++ - 警告 C4718(Visual Studio 的)到底是什么?

    c++ - Windows 8 模拟器永远加载

    deployment - tomcat删除爆炸的webapps

    c# - Windows.System.UserProfile.UserInformation.NameAccessAllowed 总是返回 false

    visual-studio-2012 - 无法在 Windows Phone 8 中添加 DLL 引用

    c# - 通过 Web 部署项目更改应用程序池

    c# - Windows 应用商店应用程序从文本文件读取

    c# - Youtube Windows Store App API

    ruby-on-rails - 使用 Capistrano 运行同步或异步任务