I'm trying to run the new WorldMapKit Demo to go with WebSuite Edition Version 3 beta. Out of the box - I'm getting an error "Collection is read only" trying to execute:
mapEngine.DrawDynamicLayers(canvasBitmap, GeographyUnit.DecimalDegree)
In the function "WorldMapKitDemo/Refresh
I added checked mapEngine.DynamicLayers.Count to make sure there was something do draw - and there are 51 of them.
If I comment out the line a demo screen displays
Thanks! Cyndi Pruett