-3

我在 Windows 商店应用程序认证工具包中测试了我的应用程序,但出现以下错误:

Crashes and hangs test
PASSED
App launch tests

FAILED
Crashes and hangs
Error Found: The crashes and hangs test detected the following errors:
Application .............._neutral__jarrs3vj594qe was detected by Windows Error Reporting and experienced a crash or hang.
Impact if not fixed: An app that stops responding or crashes can cause data loss and is a poor user experience.
How to fix: Investigate, debug the executable(s) in question to identify and fix the problem, then rebuild and re-test the app. 
Using Application Verifier Within Your Software Development Lifecycle

任何想法是什么原因造成的?

4

1 回答 1

1

查看这些通过 Windows 认证的提示

http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#crashes_and_hangs_test上有关于崩溃和挂起测试的具体信息。阅读这篇文章,但它建议采取以下纠正措施:

确保在测试计算机上启用了 UAC。

确保您在具有足够大屏幕的计算机上运行测试。

如果您的应用无法启动并且您的测试平台满足 ActivateApplication 的先决条件,您可以通过查看激活事件日志来解决问题。要在事件日志中查找这些条目:
1. 打开 eventvwr.exe 并导航到 Application and Services Log\Microsoft\Windows\Immersive-Shell 文件夹。
2. 过滤视图以显示事件 ID:5900-6000。
3. 查看日志条目以获取可能解释应用程序无法启动的原因的信息。

于 2013-04-18T14:45:20.800 回答