<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" face="'Courier New'">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.</font><div><font class="Apple-style-span" face="'Courier New'"><br></font></div><div><font class="Apple-style-span" face="'Courier New'">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?</font></div><div><font class="Apple-style-span" face="'Courier New'"><br></font></div><div><font class="Apple-style-span" face="'Courier New'">Thank you,</font></div><div><font class="Apple-style-span" face="'Courier New'">Tom</font></div></body></html>