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
When building with .NET MAUI, we notice that ARM machines are failing to show the webview. I notice that there is an incorrect x86 WebView2Loader.dll in the output dir instead of arm64.
Looking at the targets (build\Common.targets), I see:
Windows App SDK 1.7 Preview 1 release will contain an updated WebView2 package reference (v1.0.2903.40) with a fix for this issue. A workaround is to add an explicit reference to a recent WebView2 package.
What happened?
When building with .NET MAUI, we notice that ARM machines are failing to show the webview. I notice that there is an incorrect x86 WebView2Loader.dll in the output dir instead of arm64.
Looking at the targets (build\Common.targets), I see:
For ARM64, there should be an additional:
I tested with adding that myself and things work again.
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
1.0.2792.45
Framework
WinUI3/WinAppSDK
Operating System
Windows 11
OS Version
No response
Repro steps
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: