[gdal-dev] c# interface

Tom Finegan jertol52 at gmail.com
Thu Apr 4 07:25:56 PDT 2013


Well, I figured out my one issue where Ogr.Open() was returning a null dataset. This was because I had not called OSGeo.OGR.Ogr.RegisterAll(). I had mistakenly called OSGeo.GDAL.Gdal.AllRegister() instead, which does not register the OGR drivers. Without an OGR driver registered, Ogr was not able to read my shapefile in Ogr.Open.

I still do have one question regarding registering gdal_csharp.dll. Why do I get a dialog titled "Register ArcGIS Assembly" when I run regedit?

Thank you,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20130404/869fab1c/attachment.html>


More information about the gdal-dev mailing list