Hi. I'm new to this and trying to follow the display a map tutorial:
https://developers.arcgis.com/net/maps-2d/tutorials/display-a-map/
All seems to be good until I run the app at which time I see a blank, white map with the "powered by esri" label at the bottom. The output window has the following errors:
ArcGIS Maps SDK: Load Error: Basemap
System.Net.Http.HttpRequestException
No such host is known. (basemapstyles-api.arcgis.com:443)
ArcGIS Maps SDK: Load Error: Map
System.Net.Http.HttpRequestException
No such host is known. (basemapstyles-api.arcgis.com:443)
before starting, I created a Location Platform Account and API Key as per the tutorials.
Any idea where the issue may be?
Thanks.