<?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: No map is shown for ESRI demo application in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/no-map-is-shown-for-esri-demo-application/m-p/1001304#M9565</link>
    <description>&lt;P&gt;Sounds like the map wasn't able to load the layer. I assume you're connected to the internet?&lt;BR /&gt;You could try explicitly loading the first layer in the basemap and observe any load errors.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;try
{
  await Map.Basemap.Baselayers[0].LoadAsync();
}
catch(System.Exception ex)
{
   // Inspect the error here
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where 'Map' is the map you assigned to the MapView's Map property.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 17:59:36 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2020-11-13T17:59:36Z</dc:date>
    <item>
      <title>No map is shown for ESRI demo application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/no-map-is-shown-for-esri-demo-application/m-p/1001179#M9564</link>
      <description>&lt;P&gt;I downloaded ArcGIS SDK and created a first application based on this article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/develop-your-first-map-app.htm" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/latest/wpf/guide/develop-your-first-map-app.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However no map is shown, the window is blank, I can see only the label "Powered by ESRI" at the right bottom.&lt;/P&gt;
&lt;P&gt;What can be wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 04:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/no-map-is-shown-for-esri-demo-application/m-p/1001179#M9564</guid>
      <dc:creator>IvanVedeneev</dc:creator>
      <dc:date>2020-11-18T04:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: No map is shown for ESRI demo application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/no-map-is-shown-for-esri-demo-application/m-p/1001304#M9565</link>
      <description>&lt;P&gt;Sounds like the map wasn't able to load the layer. I assume you're connected to the internet?&lt;BR /&gt;You could try explicitly loading the first layer in the basemap and observe any load errors.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;try
{
  await Map.Basemap.Baselayers[0].LoadAsync();
}
catch(System.Exception ex)
{
   // Inspect the error here
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where 'Map' is the map you assigned to the MapView's Map property.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 17:59:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/no-map-is-shown-for-esri-demo-application/m-p/1001304#M9565</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-11-13T17:59:36Z</dc:date>
    </item>
  </channel>
</rss>

