I have a Silverlight App that just has a DynamicMapServiceLayer, a TiledMapServiceLayer, and a FeatureLayer. The DynamicMapService just has two layers but one layer has about 30,000 features. I have set TimeEnabled on the two layers in the DynamicMapService. Now when I run the TimeSlider Tool in the Silverlight App, sometimes it will flash the features through the first iteration of the TimeSlider and then appears to get everything showing on the second iteration (I assume because its caching everything on first iteration?). Then there are times when I run this Web App and it will go through multiple iterations of the TimeSlider and always just flashes the features for a second and dissapears for multiple seconds and never seems to fully show everything.
Can someone explain what is going on here and how I might be able to get this working everytime I open the App?
Thank you very much.
Regards,