This is in regards to ArcGIS Runtime SDK for .NET (WPF) 10.2.6.. I have a ArcGISTiledMapServiceLayer and ArcGISDynamicMapServiceLayer that are attempting to get their ServiceUri from a string property on the View Model but it doesn't work. Other bindings work, even ones that are also string properties. ServiceUri is a string.
<esri:ArcGISTiledMapServiceLayer ID="Basemap"
ServiceUri="{Binding Path=BasemapUri}"/>
<esri:ArcGISDynamicMapServiceLayer ID="USA"
ServiceUri="{Binding USAUri}"/>Any ideas as to why this would happen? I'm using MVVM Light. It's a string according to this:
ArcGISTiledMapServiceLayer.ServiceUri Property
Thanks,
Ron