こんにちは、Visual Studio 2012 を使用してメトロ アプリ用の JavaScript テンプレートを使用してアプリケーションを構築しています。ストアでアプリを公開しようとしているので、Windows 認定キットのアプリケーションをテストしています。アプリをテストしていて、最終的にこのようなエラーが表示されます性能テスト。
Bytecode generation
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.
私は多くのエラーを解決しましたが、最終的に失敗したと言って修正されません。これを解決する方法を教えてください。