This question is locked. New answers and comments are not allowed.
<telerik:RadMap x:Name="RadMap1" Background="{x:Null}"> <telerik:InformationLayer x:Name="informationLayer"> <telerik:InformationLayer.Reader> <telerik:MapShapeReader DataSource="SilverlightApplication4;component/Data/usa_states.dbf" Source="SilverlightApplication4;component/Data/usa_states.shp" /> </telerik:InformationLayer.Reader> </telerik:InformationLayer> </telerik:RadMap>I am very new to the RadMap and Silverlight architecture. I have the above code in my MainPage.axml page inside my SilverlightApplication4 project. Inside the same project I have a folder named Data that has 2 files. The usa_states.dbf and usa_states.shp files that came with the Telerik/Silverlight demos. When I run this application I receive no errors, but my RadMap control comes up dark gray with no states. The attached file is a print screen of my application. What am I doing wrong? Thanks,
FYI, I have tried the following combinations and still nothing:
SilverlightApplication4;component/Data/usa_states.dbf
/SilverlightApplication4/Data/usa_states.dbf
/SilverlightApplication4;component/Data/usa_states.dbf