Hi !
SO i want to add a feature layer with local Url ! i-e: Url="File//......../layer.lyr" or something like that . i created a layer in ArcMap and i want to use it in a silverlight app !
when trying that it did'nt work !
<esri:FeatureLayer ID="MyFeatureLayer"
Url="file://C/Users/mehdi/Desktop/hopital.lyr" />
can anyone help me Please !