带有必应地图的 UWP 在 Windows Server 2019 上崩溃

UWP with BingMaps Crashes on WindowsServer 2019

我的 UWP-APP 只包含一个 MapControl。

本APP在WindowsServer 2019 Ver.上崩溃1809(内部版本 17763.1075)

它在 WindowsServer 2019 版本上运行良好。 1809(内部版本 17763.737)

我尝试在后面的代码中尝试创建控件。 APP也崩溃了。但是我遇到了以下异常:

************ 2020 年 3 月 11 日 09:49:39 ********** 异常类型:System.Runtime.InteropServices.SEHException 异常:外部组件抛出异常。 资源: 堆栈跟踪: 在 Windows.UI.Xaml.Controls.Maps.MapControl..ctor() 在 airformManager.PlannerViews.AboutPage.Page_Loaded(对象发送者,RoutedEventArgs e)

在事件日志中我有一个条目:

Pfad des fehlerhaften 模块:C:\Windows\System32\Windows.UI.Xaml.dll

Apps using the MapControl will crash unless the Downloaded Maps Manager service is enabled. Windows 服务器默认禁用下载的地图管理器服务。

在更高版本的Windows (1903+) 中,如果服务被禁用,MapControl 不会崩溃,但它仍然无法加载任何地图数据。您的应用可以通过检查 LoadingStatus of the MapControl is MapLoadingStatus.DownloadedMapsManagerUnavailable.

是否存在来处理此问题