MSIX startup abruptly aborts Visual Studio 2022 #2934
-
F5 but application fails to startup packaged in MSIX. Is this related and if so what does it mean ? Version : 1.1.4 App SDK.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I encountered this when I was working on a sparse packaged application. It would run normally when the package wasn't installed, but as soon as the package was installed then it failed. But the thing which should be hard to miss is the full set of messages.
The first one is important, basically, MddBootstrapInitialize (or MddBootstrapInitialize2) doesn't work in a packaged application naturally. But if you look at the documentation for MddBootstrapInitialize2, it explains this and it also states that any errors are logged in the system's event log. |
Beta Was this translation helpful? Give feedback.
I encountered this when I was working on a sparse packaged application. It would run normally when the package wasn't installed, but as soon as the package was installed then it failed. But the thing which should be hard to miss is the full set of messages.