Hi, we are loading in a .tif using GeoTiffGdalRasterLayer.
Since the newest beta v15.0.0-beta094 it breaks with:
System.TypeInitializationException: The type initializer for ‘ThinkGeo.Core.GdalRasterLayer’ threw an exception.
—> System.ApplicationException: Can’t find requested entry point: RegisterOGRwrap
at OSGeo.GDAL.Gdal.AllRegister()
at ThinkGeo.Core.GdalManager.ConfigureGdal()
at ThinkGeo.Core.GdalRasterLayer…cctor()
— End of inner exception stack trace —
at ThinkGeo.Core.GdalRasterLayer…ctor()
at ThinkGeo.Core.GeoTiffGdalRasterLayer…ctor(String imagePath, String worldFilePath)
at ThinkGeo.Core.GeoTiffGdalRasterLayer…ctor(String imagePath)
at Agk.Viewer.Presentation.Map.LayerTypes.ViewerImageLayer…ctor(IViewerLayer layer)
at Agk.Viewer.Presentation.Map.LayerTypes.ViewerLayerFactory.CreateRuntimeLayer(IViewerLayer layer, Boolean buildShapefileIndex)


