如何在win 8认证报告中修复Debug App Check

时间:2012-05-03 15:00:45

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

当我使用Windows应用认证工具包测试我的应用时 我得到以下错误的


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

    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.   

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

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

提前致谢

1 个答案:

答案 0 :(得分:5)

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

在Metro开始屏幕上右键单击您的应用程序,然后选择卸载。然后,返回Visual Studio,右键单击解决方案并选择Configuration Manager。 Active解决方案配置可能设置为Debug,您希望将其更改为“Release”