<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.' in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385698#M12543</link>
    <description>&lt;P&gt;I solved it, I forgot to add UseArcGISToolkit() in MauiProgram.cs&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 20:57:58 GMT</pubDate>
    <dc:creator>FeiyangLuo</dc:creator>
    <dc:date>2024-02-22T20:57:58Z</dc:date>
    <item>
      <title>Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385686#M12542</link>
      <description>&lt;P&gt;mainmapview.xaml&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;BR /&gt;&amp;lt;ContentView xmlns="&lt;A href="http://schemas.microsoft.com/dotnet/2021/maui" target="_blank"&gt;http://schemas.microsoft.com/dotnet/2021/maui&lt;/A&gt;"&lt;BR /&gt;xmlns:x="&lt;A href="http://schemas.microsoft.com/winfx/2009/xaml" target="_blank"&gt;http://schemas.microsoft.com/winfx/2009/xaml&lt;/A&gt;"&lt;BR /&gt;x:Class="iChat.MainMapView"&lt;BR /&gt;xmlns:esriUI="clr-namespace:Esri.ArcGISRuntime.Maui;assembly=Esri.ArcGISRuntime.Maui"&lt;BR /&gt;xmlns:esriTK="clr-namespace:Esri.ArcGISRuntime.Toolkit.Maui;assembly=Esri.ArcGISRuntime.Toolkit.Maui"&lt;BR /&gt;xmlns:local="clr-namespace:iChat"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Grid&amp;gt;&lt;BR /&gt;&amp;lt;esriUI:MapView x:Name="ArcGisMapView" Map="{Binding Map}" Margin="0,0,0,-22" IsVisible="{Binding IsMapViewVisible}"/&amp;gt;&lt;BR /&gt;&amp;lt;esriUI:SceneView x:Name="ArcGisSceneView" Scene="{Binding Scene}" Margin="0,0,0,-22" IsVisible="{Binding IsSceneViewVisible}"/&amp;gt;&lt;BR /&gt;&amp;lt;esriTK:Compass x:Name="MapViewCompass" GeoView="{Binding Source={x:Reference=ArcGisMapView}}" AutoHide="False" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;!-- 在 Grid 的右上角添加一个切换按钮 --&amp;gt;&lt;BR /&gt;&amp;lt;Button Text="{Binding ToggleCommandText}" Command="{Binding ToggleViewCommand}"&lt;BR /&gt;HorizontalOptions="End" VerticalOptions="Start"&lt;BR /&gt;Margin="0,10,10,0" WidthRequest="60" HeightRequest="30"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- 加载动画 --&amp;gt;&lt;BR /&gt;&amp;lt;ActivityIndicator x:Name="LoadingIndicator"&lt;BR /&gt;IsRunning="{Binding IsLoading}"&lt;BR /&gt;IsVisible="{Binding IsLoading}"&lt;BR /&gt;HorizontalOptions="CenterAndExpand"&lt;BR /&gt;VerticalOptions="CenterAndExpand" /&amp;gt;&lt;BR /&gt;&amp;lt;/Grid&amp;gt;&lt;BR /&gt;&amp;lt;/ContentView&amp;gt;&lt;/P&gt;&lt;P&gt;If I remove line "&amp;lt;esriTK:Compass x:Name="MapViewCompass" GeoView="{Binding Source={x:Reference=ArcGisMapView}}" AutoHide="False" /&amp;gt;" , it can&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;work normally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already installed the nuget package Esri.ArcGISRuntime.Toolkit.Maui, why&amp;nbsp; I got this error message:Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 20:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385686#M12542</guid>
      <dc:creator>FeiyangLuo</dc:creator>
      <dc:date>2024-02-22T20:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385698#M12543</link>
      <description>&lt;P&gt;I solved it, I forgot to add UseArcGISToolkit() in MauiProgram.cs&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 20:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385698#M12543</guid>
      <dc:creator>FeiyangLuo</dc:creator>
      <dc:date>2024-02-22T20:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385761#M12544</link>
      <description>&lt;P&gt;Glad you figured it out. If you find this step annoying too, please go upvote this issue:&amp;nbsp;&lt;A href="https://github.com/dotnet/maui/issues/7258" target="_blank"&gt;https://github.com/dotnet/maui/issues/7258&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 22:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1385761#M12544</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-02-22T22:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Esri.ArcGISRuntime.Toolkit.Maui.Compass.'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1388143#M12547</link>
      <description>&lt;P&gt;We're &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/pull/556" target="_self"&gt;currently experimenting&lt;/A&gt; with a code analyzer that'll help remind you to add this call. Would this be helpful?&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6347842383112w872h540r79" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6347842383112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6347842383112w872h540r79');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6347842383112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/microsoft-maui-platform-handlernotfoundexception/m-p/1388143#M12547</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-02-28T16:59:09Z</dc:date>
    </item>
  </channel>
</rss>

