2013-11-21 40 views
-2

我正在開發Windows 8應用程序。我測試了Windows認證工具包中的應用程序,它被扔了以下錯誤:Windows應用程序認證套件 - 錯誤

調試配置測試

FAILED

Debug configuration

• Error Found: The debug configuration test detected the following errors:◦The binary myappname.exe is built in debug mode.

• Impact if not fixed: Windows Store doesn’t allow a debug version of an app.

• How to fix: Please make sure the app isn’t linking to any debug versions of a framework, and it is built with release configuration. If this is a managed app please make sure you have installed the correct version of .NET framework.

上這意味着什麼,以及如何解決這個問題有什麼建議?

+2

在測試之前在發佈配置中構建應用程序... – Mgetz

回答

1

要解決此問題,您需要在發佈模式下重建應用程序,然後重新運行認證測試,如果構建Debug,測試將永遠不會通過。

相關問題