<?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: Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222509#M2687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair enough. We merely forward the web request error that's returned from UWP - There's unfortunately not a specific error that tells you it was the manifest blocking it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2019 20:48:21 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2019-11-21T20:48:21Z</dc:date>
    <item>
      <title>Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222505#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to load a map with Esri.ArcgisRuntime.Forms.&lt;/P&gt;&lt;P&gt;With an IOS project I encountered no problem, but with a UWP project I receive a Load Map Status as&amp;nbsp; "FailedToLoad".&lt;/P&gt;&lt;P&gt;My Question is, is there another property I can call to know what's going wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try with Mapserver found in internet, the map is loading, but with my map (and my spatialreference 31370), I always receive "FailedToLoad".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ask the status directly on the layer I receive with LoadError.Message =&amp;gt;&amp;nbsp;One or more errors occurred. (An error occurred while sending the request.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jérôme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 22:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222505#M2683</guid>
      <dc:creator>JérômeDuckers</dc:creator>
      <dc:date>2019-11-20T22:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222506#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I solve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error was not very easy to determine, because the information was not relevant enough.&lt;/P&gt;&lt;P&gt;Indeed with my code, I could consume map providing by AGOL, or another provider, but with my network it was impossible.&lt;/P&gt;&lt;P&gt;The solution is to check in the “appxmanifest”&amp;nbsp; Privat networks (Client &amp;amp; Server).&lt;/P&gt;&lt;P&gt;I had already checked “Internet (Client)” that the reason why my map was working with another network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jérôme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 15:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222506#M2684</guid>
      <dc:creator>JérômeDuckers</dc:creator>
      <dc:date>2019-11-21T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222507#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is a security setting for UWP apps: You have to explicitly opt in to allow it to access services on the intranet, or webrequests will fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 17:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222507#M2685</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-11-21T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222508#M2686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a permission,&amp;nbsp;I was waiting an exception or something like that.&lt;/P&gt;&lt;P&gt;The error wasn't clear enough, I think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 19:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222508#M2686</guid>
      <dc:creator>JérômeDuckers</dc:creator>
      <dc:date>2019-11-21T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcgisRuntime.Forms.UWP Map FailedToLoad</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222509#M2687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair enough. We merely forward the web request error that's returned from UWP - There's unfortunately not a specific error that tells you it was the manifest blocking it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 20:48:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-forms-uwp-map-failedtoload/m-p/222509#M2687</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-11-21T20:48:21Z</dc:date>
    </item>
  </channel>
</rss>

