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

windows-8 – windows 8商店应用程序 – 依赖性问题 – 认证失败

发布时间:2020-12-14 03:52:53 所属栏目:Windows 来源:网络整理
导读:我们刚刚在 Windows 8商店(metro风格的应用程序)中提交了应用程序并收到错误: XXX依赖于Microsoft Visual C运行时包框架,但缺少清单中的框架依赖性声明. 我们的应用程序在发布版本中运行良好,但它没有被接受为包,因此我们需要将我们的应用程序迁移为Windows
我们刚刚在 Windows 8商店(metro风格的应用程序)中提交了应用程序并收到错误:

XXX依赖于Microsoft Visual C运行时包框架,但缺少清单中的框架依赖性声明.

我们的应用程序在发布版本中运行良好,但它没有被接受为包,因此我们需要将我们的应用程序迁移为Windows RTM.在此期间,我们进入了以下
在清单中:

<Dependencies>
        <PackageDependency Name="Microsoft.VCLibs.110"       MinVersion="11.0.0.0" />
    </Dependencies>

如果我们保留这个,我们在构建应用程序时会出现以下错误.

Error : DEP0700 : Registration of the app failed. Windows cannot install package 5d6f272d-c915-4de1-a9d6-c0c08d63ab94 because 
this package depends on another package that could not be found. This package requires minimum version 11.0.50727.1 of framework Microsoft.VCLibs.110 
published by any publisher to install. Provide the framework along with this package. (0x80073cf3) Test_App1

所以我们删除它并提交应用程序,它刚刚失败并发出以下错误.

XXXX takes a dependency on Microsoft Visual C++ Runtime Package framework but is missing the framework dependency declaration in the manifest.

我们需要将此包保留在清单中,但不能完成它.

解决方法

我有类似的问题.
将项目中的引用添加到Microsoft Visual C运行时包

只需单击项目我选择添加引用并找到此包.添加此项可以解决您的问题

(编辑:李大同)

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

    推荐文章
      热点阅读