Share via

Windows App SDK Console tutorial code returns un-documented error Error 0x80070491

rtischer8277 41 Reputation points
2022-07-16T14:57:56.007+00:00

I am getting some experience with Windows App SDK and am running the "Hello World" Console practice app (see Tutorial—Use the bootstrapper API in a non-MSIX-packaged app that uses the Windows App SDK). Running the app gives me this error: Error 0x80070491 in MddBootstrapInitialize(0x00010000, , 0.0.0.0)
Looking on the Common error codes page, I don't see an entry for the error. Does anyone know what this code means?

Windows development | Windows App SDK
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Answer accepted by question author

Castorix31 91,876 Reputation points
2022-07-16T15:36:57.807+00:00

Errors in MddBootstrapInitialize often mean that the installed Windows App SDK Runtime is != the Windows App SDK NuGet package version
(or the Runtime is not correctly installed)

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. RLWA32 52,571 Reputation points
    2022-07-16T15:22:39.013+00:00

    The win32 system error code equivalent is

    ERROR_NO_MATCH

    1169 (0x491)

    There was no match for the specified key in the index.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.