Esri / arcgis-maps-sdk-dotnet-samples

Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Apache License 2.0
410 stars 519 forks source link

Exception running ArcGISRuntime.WinUI.Viewer: Unable to load 'Microsoft.ui.xaml.dll' #1105

Open kirkktx opened 1 year ago

kirkktx commented 1 year ago

Tried upgrading Microsoft.WindowsAppSDK from 1.1.3 to 1.1.5, but still same result

System.DllNotFoundException HResult=0x80131524 Message=Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E) Source=ArcGISRuntime.WinUI.Viewer StackTrace: at ArcGISRuntime.WinUI.Viewer.Program.XamlCheckProcessRequirements() at ArcGISRuntime.WinUI.Viewer.Program.Main(String[] args) in C:\Repos\esri\arcgis-runtime-samples-dotnet\src\WinUI\ArcGISRuntime.WinUI.Viewer\obj\x64\Debug\net6.0-windows10.0.19041.0\App.g.i.cs:line 28

kirkktx commented 1 year ago

Installed Windows App SDK visual studio extension, still get same exception