This question is locked. New answers and comments are not allowed.
Hello,
I've been searching for a while but I couldn't find a solution to my issue.
I'm developing an out of browser Silverlight application, the RadMap control does not display anything but a grey background (see the attached screenshot) when the Provider is set to the BingMapProvider, whereas it works fine with the OpenStreetMapProvider:
It does not seem to be an ApplicationId issue as the bing map control works fine:
Has anybody encountered this issue ?
Thanks for help,
Nicolas.
I've been searching for a while but I couldn't find a solution to my issue.
I'm developing an out of browser Silverlight application, the RadMap control does not display anything but a grey background (see the attached screenshot) when the Provider is set to the BingMapProvider, whereas it works fine with the OpenStreetMapProvider:
<telerik:RadMap x:Name="radMap" > <telerik:RadMap.Provider> <telerik:BingMapProvider Mode="Aerial" IsLabelVisible="True" ApplicationId="myKey" /> <!--<telerik:OpenStreetMapProvider Mode="Aerial" IsLabelVisible="True" />--> </telerik:RadMap.Provider> </telerik:RadMap>It does not seem to be an ApplicationId issue as the bing map control works fine:
xmlns:bing="clr-namespace:Microsoft.Maps.MapControl;assembly=Microsoft.Maps.MapControl"
...
...
<bing:Map CredentialsProvider="myKey" />
Has anybody encountered this issue ?
Thanks for help,
Nicolas.