Hello,
I'm a newbie with Esri and just trying my first steps with the Esri runtime SDK for .NET.
When I try the first tutorial ("Display a map") it fails to show the basemap. It simply shows a white area.
Essentially all I do is
Map = new Map(BasemapStyle.ArcGISTopographic);
I'm behind a corporate proxy -- so that could be the problem but I'm not sure.
If that's the root cause: How can I configure the runtime to use the proxy (with username and password)?
Could anything else cause that problem?
PS: I did configure the ApiKey.
Regards,
Christian