Hi, Vincent
There are two ways to consume WMS Server maps in Silverlight Edition, and they are client-side rendering and server-side rendering.
For client-side rendering and you just need to use WmsOverlay to load maps from server and you will know how to specify the “ActiveLayerNames” and “ActiveStyleNames” in the attached sample.
For server-side rendering and you need to define the TiledWmsLayer on the server-side which is indeed used to load maps from server and the ServerLayerOverlay which is in charge of communication between the client and server.
Please refer to the attached sample code for full detail. Please let us know if you have any additional questions.
Thanks,
Khalil
SilverlightWmsServerSample.zip (17.5 KB)