Describe the bug
When running WINUI3 on Windows 10 ( 21H1 19043.1083 ) looks like the application never launches, but is application crashes with the below error in the event log
CoreCLR Version: 6.0.21.52210
.NET Version: 6.0.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.DllNotFoundException: Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
Steps to reproduce the bug
Packaged
- Install Windows 10 21H1 19043.1083
- Install the latest Microsoft.WindowsAppRuntime.Redist.1.0.0
- Install MSIX dependencies
- Install application MSIX
- Launch the application
- Application never launches (well crashes)
Unpackaged,
- Install Windows 10 21H1 19043.1083
- Install the latest Microsoft.WindowsAppRuntime.Redist.1.0.0
- Copy compiled output
- Launch the application
- Application never launches (well crashes)
Packaged
- Install Windows 10 21H2 2200.194
- Install the latest Microsoft.WindowsAppRuntime.Redist.1.0.0
- Install MSIX dependencies
- Install application MSIX
- Launch the application
- Application never launches (well crashes)
Unpackaged,
- Install Windows 10 21H2 2200.194
- Install the latest Microsoft.WindowsAppRuntime.Redist.1.0.0
- Copy compiled output
- Launch the application
- Application never launches (well crashes)
Expected behavior
For the application to launch.
Screenshots
No response
IDE
Visual Studio 2022
NuGet package version
Microsoft.WindowsAppSDK 1.0.0-preview3
Project type
Windows version
Windows 11 (22000), May 2021 Update (19043)
Additional context
No response
Describe the bug
When running WINUI3 on Windows 10 ( 21H1 19043.1083 ) looks like the application never launches, but is application crashes with the below error in the event log
Steps to reproduce the bug
Packaged
Unpackaged,
Packaged
Unpackaged,
Expected behavior
For the application to launch.
Screenshots
No response
IDE
Visual Studio 2022
NuGet package version
Microsoft.WindowsAppSDK 1.0.0-preview3
Project type
Windows version
Windows 11 (22000), May 2021 Update (19043)
Additional context
No response