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)
Windows App SDK Console tutorial code returns un-documented error Error 0x80070491
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++
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.
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
RLWA32 52,571 Reputation points2022-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.