visual-studio - 如何修复 win 8 认证报告中的 Debug App Check

标签 visual-studio windows-8 visual-studio-2012 app-certification-kit

当我使用 Windows 应用程序认证套件测试我的应用程序时 我得到的 xml 文件有以下错误


调试应用程序检查 失败的 应用程序不应安装任何调试二进制文件。

    Error: Following errors were encountered while running the Debug Binary Check test.
        Failed to extract imported API information for this application.
    Impact if not fixed:       Windows Store policies do not allow submission of debug binaries. Please ensure that all submitted binaries are configured as release to avoid rejecting your submission.   

如何修复:已知编译为调试的二进制文件无法通过此验证。请始终确保您的二进制文件是在发布配置而不是调试配置中编译的。

有人可以帮我解决这个问题吗

提前致谢

最佳答案

在您的 Visual Studio 项目中,您可能是通过按 F5 或单击工具栏中的“播放”箭头来运行应用程序的?这会在 Debug模式下安装并运行应用程序。

通过在 Metro 开始屏幕上右键单击应用程序来卸载应用程序,然后选择卸载。然后,返回 Visual Studio,右键单击您的解决方案并选择配置管理器。事件解决方案配置可能设置为“调试”,您希望将其更改为“发布”

关于visual-studio - 如何修复 win 8 认证报告中的 Debug App Check,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10434055/

相关文章:

windows-8 - innosetup : "the driver or unc share you selected does not exist or is not accessible. Please select another."

unit-testing - 单元测试停止工作并停留在挂起状态 VS2012

c++ - 子弹物理,Visual Studio 中的链接错误

visual-studio-2010 - VS2010 web 部署连接字符串参数不能为 null 或为空

visual-studio - visual studio 2015 调试器停止工作,不断收到 "error CS0103: The name does not exist in the current context "

c# - 有没有办法将 System.IO.Stream 转换为 Windows.Storage.Streams.IRandomAccessStream?

c# - 在 Metro 风格应用程序中模拟按钮单击

visual-studio - Visual Studio 2010 代码片段

c# - 从 .NET 应用程序使用 OTRS TicketConnector

c# - 文件名 'file' 太长或无效 Visual Studio 2010 和 2012