Visual Studio 2017 and Windows App Certification Kit: test errors

334 Views Asked by At

I'm trying to publish my app on the Microsoft Store. When I run the Windows App Certification Kit I receive for each action an error related with Microsoft.Windows.SoftwareLogo.TestBase.

I'm using Visual Studio 2017 Version 15.9.3

Visual Studio About

Bytecode generation Error Found: The bytecode generation test detected the following errors: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Windows.SoftwareLogo.Tests.Utility.IsPackageWWA(AppXPackage package) at Microsoft.Windows.SoftwareLogo.Tests.BytecodeGenerationCheck.BytecodeGenerationCheck.ExecuteSharedValidation(String manifestFilePath, String packageFullName) at Microsoft.Windows.SoftwareLogo.TestBase.TestBase.ExecuteTest() 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: - Avoid deploying the app by pressing F5 in Visual Studio, create an app package instead - 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.

Errors

I verified in my Visual Studio Installer and the Windows SDK in installed.

Visual Studio Installer

Also, I checked the targeting version of the project:

  • Target version: 1809 (10.0; Build 17763)
  • Min version: November Update (10.0; Build 10586)

Application Targeting

There is not SDK for this build...

0

There are 0 best solutions below