Windows App Certification Kit - Test Results - Windows 10

Hello all,

I have just ran our desktop application through the Windows App Certification Kit 10.0 on Microsoft Windows 10 Pro Insider Preview (10.0.10130.0) but it has resulted in a few failures. I have already got app certification on Windows 7, 8 and 8.1.

Failures:
OS version checking test - Proper OS version checking
Error Found: The proper OS version checking test detected the following errors:

  • [HRESULT: 0x800706BE]. Failed to invoke test operation: 'ExecuteTest'.
  • [HRESULT: 0x800706BA]. Failed to destroy 'Microsoft.Windows.SoftwareLogo.Tests.InstallOSVersionCheck.InstallOSVersionCheck'.

Windows security features test - Binary analyzer
Error Found: The binary analyzer test detected the following errors:

  • File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the DBCheck check.
  • File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the NXCheck check.
  • File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the SafeSEHCheck check.
  • File ..\Adobe AIR\Versions\1.0\Adobe AIR.dll has failed the SafeSEHCheck check.

Has anyone else come across this failures before or know how to resolve them?

NOTE 1: The application runs on Adobe AIR.

NOTE 2: Not sure if I categorized this question correctly.

Thanks in advanced.

June 22nd, 2015 7:19am

  • [HRESULT: 0x800706BE]. Failed to invoke test operation: 'ExecuteTest'.
  • [HRESULT: 0x800706BA]. Failed to destroy 'Microsoft.Windows.SoftwareLogo.Tests.InstallOSVersionCheck.InstallOSVersionCheck'.
Same failure here on Windows 10, Build 10130 with the ACK 10.0.
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2015 11:02am

Hi,

DBCheck Test failed

What to do if your app fails this test
Enable the /DYNAMICBASE option in the linker command when you build your app. Verify that all modules that your app uses also use this linker option.


NXCheck Test failed

What to do if your app fails this test
Enable the /NXCOMPAT option in the linker command when you build your app. This option is on by default in linker versions that support Data Execution Prevention (DEP).

SafeSEHCheck Test failed

What to do if your app fails this test
Enable the /SAFESEH option in the linker command when you build your app. This option is on by default in the Release configurations of Visual Studio. Verify this option is enabled in the build instructions for all executable modules in your app.

For more information, refore to this ariticle:

Windows App Certification Kit tests for Windows Store apps
https://msdn.microsoft.com/en-US/library/windows/apps/xaml/jj657973.aspx

To help you further, I suggest you submit a new case on MSDN forum as they will be more professional on your issue:

This is the MSDN forum link.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=windowsstore&filter=alltypes&sort=lastpostdesc

The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.


June 23rd, 2015 3:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics