This was working at some point and now isn't. I am not sure if it broke the same time that I upgraded to ArcGIS for Silverlight 1.0.1
I can create and publish a map in arcgis.com using Bing Maps Hybrid as a base layer.
When I use that map to create a map in Silverlight, I get an error on loading:
Error initializing layer: Bing Maps Hybrid
With the details:
Credentials are either invalid or unspecified.
at ESRI.ArcGIS.Client.Layer.OnInitializationFailed(EventArgs e)
at ESRI.ArcGIS.Client.Layer.Initialize()
at ESRI.ArcGIS.Client.Bing.TileLayer.imageryService_GetImageryMetadataCompleted(Object sender, GetImageryMetadataCompletedEventArgs e)
at ESRI.ArcGIS.Client.Bing.ImageryService.ImageryServiceClient.OnGetImageryMetadataCompleted(Object state)
Also, I notice in the list of basemaps available, there are no Bing ones.
Does anyone have a fix for this? I am working on publishing a cemetery map that would pretty much requires the aerial on it for readability.
Thanks!