I've created a key on the site:
www.bingmapsportal.com
ApplicationName = WPF Demos
Key = ArINg3HiJjQlVaR3jl4u-lZbG10AH1dt_DBvphBUqzkccVZpnDV-VSuSk0zC_EWY
Site = http://www.MySite.com
describe the component in the my WPF application:
...
<
telerik:RadMap
x:Name
=
"rmMap"
>
<
telerik:RadMap.Providers
>
<
telerik:BingMapProvider
IsLabelVisible
=
"True"
ApplicationId
=
"ArINg3HiJjQlVaR3jl4u-lZbG10AH1dt_DBvphBUqzkccVZpnDV-VSuSk0zC_EWY"
/>
</
telerik:RadMap.Providers
>
</
telerik:RadMap
>
...
I start the application, but the map doesn't show up.
What am I doing wrong?