Sample projects won't run #3444
Replies: 2 comments 1 reply
-
That is looking for the dynamic dependencies package, it is possible for the runtime to be installed but not the dynamic dependencies package. This can happen when you install a packaged application, it downloads the runtime package but not the rest. |
Beta Was this translation helpful? Give feedback.
-
I have installed the redistributable and the msix files but I still can't get it to work and keep on getting the same exception in the event viewer. I read and followed https://learn.microsoft.com/nl-nl/windows/apps/windows-app-sdk/deploy-unpackaged-apps but it didn't bring me any further. When I check for the installed packages it tells me the following: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to run the Notifications project 'CsUnpackagedAppNotifications' from the SDK samples but I don't get it to run. Within VS 2022 I don't get any errors (while building or running) but the app won't start. But I found the following exception in the Windows Event viewer:
Windows App Runtime
ERROR 0x80070005: Bootstrapper initialization failed while looking for version 1.2 (MSIX package version >= 2000.747.1945.0)
But the latest version of the SDK has been installed:
Any help is welcom,
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions