首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >windows 8应用认证测试问题

windows 8应用认证测试问题
EN

Stack Overflow用户
提问于 2013-02-08 14:32:07
回答 2查看 520关注 0票数 0

您好,我正在使用javaScript开发windows 8 metro应用程序,我开发了该应用程序,为了测试它,我使用了windows应用程序认证工具包,通过测试该应用程序,它最终显示我失败了

代码语言:javascript
复制
 Performance test

字节码生成失败

代码语言:javascript
复制
Error Found: The bytecode generation test detected the following errors:
    This package was deployed for development or authoring mode. Uninstall the package and re-install it normally.
Impact if not fixed: As a performance optimization to accelerate JavaScript execution time, JavaScript files ending in the ".js" extension generate bytecode when the app is deployed. This optimization significantly improves start-up and ongoing execution times for JavaScript.
How to fix: You may need consider one or more of these steps to fix the issue:
- Ensure that event logging is enabled
- All JavaScript files are syntactically valid; otherwise exclude the respective files from the package
- Please note that you should uninstall all previous versions of the app before deploying
Otherwise exclude the respective files from the package.

我试图解决这个问题,但我不是说,当我使用授权的windows8专业版和visual studio专业版2012,但我没有一个付费的开发者许可证帐户,但有一个只是微软开发人员帐户。

我的主要问题是测试应用程序并使其通过我需要任何有效的付费开发人员帐户或一般帐户足以测试,因为它显示包被部署为开发或创作模式我已经阅读了微软的文件如何测试应用程序我做了同样的问题,但问题没有得到纠正,你能建议我一些有关的信息吗?

我是否需要一个有效的付费开发人员帐户或普通帐户足以测试并使其通过。请..。

EN

回答 2

Stack Overflow用户

发布于 2013-02-08 15:29:00

尝试运行商店-> Create应用程序包并选择“否”,然后按下下一步按钮。之后,WACK-Tool将自动启动,并通过字节码生成。

票数 1
EN

Stack Overflow用户

发布于 2013-02-08 21:15:44

您应该能够使用您的开发人员许可证测试您的应用程序。有关详情,请访问Testing your app with the Windows App Certification Kit (Windows).

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14766981

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档