We are in the early stages of upgrading our application from ThinkGeo WinForms 10 to ThinkGeo Winforms 14. One of the problems is with the MapPrinterLayer. Since its Layers property is GeoCollection(Of Layer) we cannot add all of the layers, since some of them do not derive from the Layer type. Can you change the Layers collection to Collection(Of LayerBase)?
Thanks!
Steve