Rated 2 Stars (out of 5) - *DotSpatial No Longer Works Without Initializing UI* (NullReferenceExceptions on file read/write, etc.)
Undocumented Workaround to Initialize:
DataManager.DataProviders = new [] { new ShapefileDataProvider(), new BinaryRasterProvider(), new DotNetImageProvider() };
OR:
AppManager.LoadExtensions()
(after creating UI with DockManager, ProgressHandler, HeaderControl, etc)
↧