I have been playing around with WMS layers in a WPF application but am having some difficulty getting any WMS layers to display when using a service not given in the WMS_WPF sample (for v1.2 of the API).
Using either this sample solution or the Toolkit.Datasources assembly in v2.0 I get the same problem. What am I missing?
I have the following piece of xaml nested in the Map.Layers section of the WMS_WPF sample solution
<esriWMS:WMSMapServiceLayer ID="MyLayer" Layers="2909_17518_bg" Url="http://aes.gsfc.nasa.gov/cgi-bin/wms" Opacity="0.7"></esriWMS:WMSMapServiceLayer>
equivalently,
<esriToolkitDS:WmsLayer ID="MyLayer" Layers="2909_17518_bg" Url="http://aes.gsfc.nasa.gov/cgi-bin/wms" Opacity="0.7"></esriToolkitDS:WmsLayer>
in v2.0 of the API.