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
I'm unable to properly render the Blazor Hybrid template for Windows Desktop on my new ARM64 machine (Snapdragon X Elite Thinkpad T14s Gen 6):
The web version runs fine:
...and it works fine on my Intel x64 desktop:
I've installed the GA .NET 9 SDK and run dotnet workload update (VS 2022, VS 2022 Preview, and VS code + MAUI extension all up to date). I haven't (yet) experimented with any updating/replacing the built-in WebView2.
Here's a dump of info:
OsName
OsArchitecture
WindowsVersion
WindowsBuildLabEx
Microsoft Windows 11 Pro
ARM 64-bit Processor
2009
26100.1.arm64fre.ge_release.240331-1435
Installed Workload Id
Manifest Version
Installation Source
android
35.0.7/9.0.100
SDK 9.0.100, VS 17.13.35507.96, VS 17.12.35514.174
aspire
8.2.2/8.0.100
SDK 9.0.100, VS 17.13.35507.96
ios
18.0.9617/9.0.100
SDK 9.0.100, VS 17.13.35507.96, VS 17.12.35514.174
maccatalyst
18.0.9617/9.0.100
SDK 9.0.100, VS 17.13.35507.96, VS 17.12.35514.174
maui-windows
9.0.0/9.0.100
SDK 9.0.100, VS 17.13.35507.96, VS 17.12.35514.174
wasm-tools
9.0.0/9.0.100
VS 17.12.35514.174
VS 2022 Info:
Microsoft Visual Studio Community 2022 (2)
Version 17.12.1
VisualStudio.17.Release/17.12.1+35514.174
Microsoft .NET Framework
Version 4.8.09032
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA885
Microsoft Visual C++ 2022
ASP.NET and Web Tools 17.12.178.10385
ASP.NET and Web Tools
Azure App Service Tools v3.0.0 17.12.178.10385
Azure App Service Tools v3.0.0
Azure Functions and Web Jobs Tools 17.12.178.10385
Azure Functions and Web Jobs Tools
C# Tools 4.12.0-3.24558.5+21192bfc323cbdd5a1f6e5dadca56ef0558c8adf
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Extensibility Message Bus 1.4.42 (main@840f8b3)
Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration.
GitHub Copilot 17.12.31.40377
GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
Node.js Tools 1.5.60927.1 Commit Hash:34ed3f8d94747ae6aeaeadb9ccb1dd51411eba1a
Adds support for developing and debugging Node.js apps in Visual Studio
NuGet Package Manager 6.12.1
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/
Razor (ASP.NET Core) 17.12.3.2451803+13fe97052e82683ec4c9fc916531eba5c751037f
Provides languages services for ASP.NET Core Razor.
SQL Server Data Tools 17.12.78.0
Microsoft SQL Server Data Tools
Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.
Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
TypeScript Tools 17.0.30918.2001
TypeScript Tools for Microsoft Visual Studio
Visual Basic Tools 4.12.0-3.24558.5+21192bfc323cbdd5a1f6e5dadca56ef0558c8adf
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual F# Tools 17.12.0-beta.24501.1+19610c0b654766eec49d044cb97ca6eaa2a63d16
Microsoft Visual F# Tools
Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.
VisualStudio.DeviceLog 1.0
Information about my package
VisualStudio.Mac 1.0
Mac Extension for Visual Studio
VSPackage Extension 1.0
VSPackage Visual Studio Extension Detailed Info
Xamarin 17.12.0.153 (d17-12@1d0906d)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.
Xamarin Designer 17.12.3.17 (remotes/origin/main@0912a005b9)
Visual Studio extension to enable Xamarin Designer tools in Visual Studio.
Xamarin.Android SDK 13.2.2.0 (d17-5/45b0e14)
Xamarin.Android Reference Assemblies and MSBuild support.
Mono: d9a6e87
Java.Interop: xamarin/java.interop/d17-5@149d70fe
SQLite: xamarin/sqlite/3.40.1@68c69d8
Xamarin.Android Tools: xamarin/xamarin-android-tools/d17-5@ca1552d
Steps to Reproduce
Create a new .NET MAUI Blazor Hybrid + Web app using Visual Studio (e.g., File > New Project > .NET MAUI Blazor App).
Build and run the app on a Windows ARM64 machine.
Observe that the app window loads but the BlazorWebView content does not render.
Description
I'm unable to properly render the Blazor Hybrid template for Windows Desktop on my new ARM64 machine (Snapdragon X Elite Thinkpad T14s Gen 6):
The web version runs fine:
...and it works fine on my Intel x64 desktop:
I've installed the GA .NET 9 SDK and run
dotnet workload update
(VS 2022, VS 2022 Preview, and VS code + MAUI extension all up to date). I haven't (yet) experimented with any updating/replacing the built-in WebView2.Here's a dump of info:
VS 2022 Info:
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.0 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net9.0-windows10.0.19041.0
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: