Hello All,
I have a strange behavior on a pc with Windows 7 SP1 (32 bits), maps are not displayed...
This application works fine in other pcs...
I have checked all, internet access, firewall, etc., I've checked in code to see if layers are loaded:
| | 'Wait for Layers to load |
| | Dim result As System.Collections.Generic.IList(Of Esri.ArcGISRuntime.Controls.LayerLoadedResult) = Await Me.EsriControl.EsriView.LayersLoadedAsync() |
| | For i = 0 To result.Count - 1 |
| | Debug.Print(result(i).Layer.ToString) |
| | Next |
Output:
Esri.ArcGISRuntime.Layers.ArcGISTiledMapServiceLayer
Esri.ArcGISRuntime.Layers.GraphicsLayer
But map is still not showing...
Any ideas?
Thank you in advance
Best Regards