Solved! Go to Solution.
I would appreciate to know if this is a bug that might be fixed in a future version or if it's really by design (and in that case the reason why).
I've tried to set the map's spatial reference by explicitly settings the map's extent to an envelope with the correct spatial reference in XAML, but it has no effect.
But I tried it with the WMS layer in your online sample (http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#WmsLayerSimple) and discovered that it worked when SkipGetCapabilities is False (as in the sample), but not when it is True:
The reason I need to set SkipGetCapabilities to True is that the WMS server doesn't have a Client Access Policy file and we cannot easily add one since it isn't our server.
but that didn't help either.
Any ideas?
I would appreciate to know if this is a bug that might be fixed in a future version or if it's really by design (and in that case the reason why).