Hi,
I am exploring the Silverlight API with a REST map service (ArcGISDynamicMapServiceLayer) that contains annotations. I am able to display the map, but the annotations are always drawn, although I set a visible scale range in the Map Document. This means the annotations are drawn in a scale 1:5000 although I set the Scale Range to "Dont show layer when zoomed out beyond 1:1000". Additionally to that the fonts for the annotations are also automatically scaled, so that I get an Map where I can just see huge fonts if I zoom out to a small scale, which is extremely annoying.
I also tested the same service in a Web ADF application and with the Javascript API and in both cases the map renders fine in all scales.
Thanks for a hint to what I am doing wrong.