Select to view content in your preferred language

Silverlight API v2 RC - new data layers

747
1
06-28-2010 10:47 AM
MikeTischler
Emerging Contributor
Problem solved - had nothing to do with the API...
thanks...


Looks like the RC version of the API is just out.

Has anyone gotten the WMS layer to work correctly?

 <esri:WmsLayer ID="Radar" Url="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi" Layers="nexrad-n0r" Version="1.1.1" SkipGetCapabilities="True" />


This worked before in the sample from the code gallary, but doesn't seem to work (at least for me) in the new release.
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
Could you share a little more information about what's not working? What errors are you getting or what behavior do you see? What does you app look like (map, layers etc)?
Could you share a simple app that reproduces the problem?

The line of xaml you show above is the exact same as in the SDK and that works fine for me.
0 Kudos