Hi, a bit of a weird one this time.
When loading in any Shapefile into an empty Overlay, I get following exception:
internal static void FileNotOpen()
{
throw new ObjectDisposedException(null, Environment.GetResourceString(“ObjectDisposed_FileClosed”)); <–
}
“The record is invalid, please call Validate to check the failed reason. Record index: 823” (index changes)
ThinkGeo.UI.Wpf.TileOverlay.d__97.MoveNext()
Also see below. The points still load in all the same from what ive seen.
When loading in the same Shapefile into an overlay which already contains any other Layer, I do not get the exception.
After refreshing the map again, it will work perfectly.
Any ideas Ben?

