locked
Direct3D feature level support test detected error RRS feed

  • Question

  • Hi

    I am creating a Windows 8 Metro App using XAML and C#. I am not using any graphics in my metro app but when I check my app for certification, I got error.

    Direct3D Feature Test
    FAILED
    Direct3D feature level support
    • Error Found: The Direct3D feature level support test detected the following errors:
      • Application App was not running at the end of the test. It likely crashed or was terminated for having become unresponsive.
    • Impact if not fixed: Windows Store requires all applications using Direct3D to render properly on feature level 9_1. See the following link for more information:

    • How to fix: Ensure that your app renders correctly on Direct3D feature level 9_1, even if you expect it to run at a higher feature level. See the following link for more information:

    I found many solutions to resolve this but I never found any proper solution. Can you please help me into this or provide the sample application into C# that pass this certification requirement.

    Thanks in advance.

    Himanshu

    • Moved by Jonathan S - MSFT Thursday, February 13, 2014 8:24 PM Moving to Building Windows Store apps with C# or VB for development question
    Friday, February 7, 2014 4:33 PM

All replies

  • Hi

    I am creating a Windows 8 Metro App using XAML and C#. I am not using any graphics in my metro app but when I check my app for certification, I got error.

    Direct3D Feature Test
    FAILED
    Direct3D feature level support
    • Error Found: The Direct3D feature level support test detected the following errors:
      • Application App was not running at the end of the test. It likely crashed or was terminated for having become unresponsive.
    • Impact if not fixed: Windows Store requires all applications using Direct3D to render properly on feature level 9_1. See the following link for more information:

    • How to fix: Ensure that your app renders correctly on Direct3D feature level 9_1, even if you expect it to run at a higher feature level. See the following link for more information:

    I found many solutions to resolve this but I never found any proper solution. Can you please help me into this or provide the sample application into C# that pass this certification requirement.

    Thanks in advance.

    Himanshu

    Are you exiting the app by hand?  How is it exiting?  In general, when you run the tests you should NOT touch the computer at all, the error reported is that the app QUIT before the test was done.


    -Rob

    Friday, February 7, 2014 10:20 PM
  • Did you ever get a solution? I'm having the same problem.

    Thanks,

    Chris

    Monday, March 10, 2014 12:22 AM