<link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/dojo/dijit/themes/claro/claro.css"> <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6"></script>
Our sample to add a bing layer works: http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html
Post more code to repro?
When you updated the samples, did you simply find/replace 2.5 with 2.6 in the Bing sample?
I appear to have the same problem. I'm using the BasemapGallery Dijit in my application. All the services display except the Bing services.
Can you post the code for your app? A simplified repro case would be preferred.
var basemapGallery = new esri.dijit.BasemapGallery({ showArcGISBasemaps: true, bingMapsKey:'Enter Bing Maps Key Here', map: map }, "basemapGallery");
I appear to have the same problem. I'm using the BasemapGallery Dijit in my application.
Are you specifying a valid bing maps key for the BasemapGallery?
var basemapGallery = new esri.dijit.BasemapGallery({ showArcGISBasemaps: true, bingMapsKey:'Enter Bing Maps Key Here', map: map }, "basemapGallery");