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
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev