I have a StaticResource set up to control which server I point to.......any idea why the tiled mapservice throws an exception, while the dynamic service works fine?<esri:ArcGISTiledMapServiceLayer ID="Orthos 2009" x:Name="LayerOrthos2009" Visible="False" InitializationFailed="Layer_InitializationFailed"
Url="{Binding Source={StaticResource Server}, StringFormat='http://www.\{0\}.com/rdcoags/rest/services/gis_app_orthos_2009/MapServer'}"/>
<!--dynamic layers-->
<!--WASTE-->
<esri:ArcGISDynamicMapServiceLayer ID="Waste Reduction" x:Name="layerWASTE" Visible="False" InitializationFailed="Layer_InitializationFailed"
Url="{Binding Source={StaticResource Server}, StringFormat='http://www.\{0\}.com/rdcoags/rest/services/GIS_App_WASTE/MapServer'}"/>
more to the point, do you have a workaround that I can use?