I've been away from Map Suite for a while, but is now back in force :-)
I've of course downloaded the newest build, and immidiatedly ran into a new error in my sample app that previously worked :
If you use the CustomOverlays collection you may not at the same time use the following properties: BackgroundOverlay, StaticOverlay, DynamicOverlay or MarkerOverlay. CustomOverlays was designed to replace these so that you can implement as many overlays as you need in any order. Trying to use CustomerOverlays and one of the properties above is not allowed as there is not a definitive logical order we could draw them in. Please reference to the documentation of CustomOverlays property for more information.
I'm actually just trying to query for content in the collections. I do understand that this error will fire in case I'm trying to alter any information in both collections, but I'm not altering anything
So this error seems a little harsh to me, since it makes it virtually difficult to build applications that handles both cases, e.g. in the case when some external routine loads the map (either as customoverlay or as static/dynamic), and the application should be able to handle both without knowing which was used in advance.
My setups will almost always include some sort of backdrop, usually WMS, but I can't count on that always being the case.
Please advise.