You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our product is WinUI based installer(self contained) targeting .NET8 framework and have these dependencies
"Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742"
"Microsoft.WindowsAppSDK" Version="1.6.240923002"
"PInvoke.User32" Version="0.7.124"
"Microsoft.Windows.Compatibility" Version="8.0.10"
We see crash with below stack trace
Stowed Exception #1 @ 0x07ad4a80
0x80070057 (FACILITY_WIN32 - Win32 Undecorated Error Codes): E_INVALIDARG - One or more arguments are not valid
Describe the bug
Our product is WinUI based installer(self contained) targeting .NET8 framework and have these dependencies
"Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742"
"Microsoft.WindowsAppSDK" Version="1.6.240923002"
"PInvoke.User32" Version="0.7.124"
"Microsoft.Windows.Compatibility" Version="8.0.10"
We see crash with below stack trace
Stowed Exception #1 @ 0x07ad4a80
0x80070057 (FACILITY_WIN32 - Win32 Undecorated Error Codes): E_INVALIDARG - One or more arguments are not valid
This issue happens during installation via Intune as well as using logon script to install
Steps to reproduce the bug
or
Expected behavior
It should not crash and installation should proceed
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.2: 1.6.241106002
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response
The text was updated successfully, but these errors were encountered: