Re: [gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration

2017-08-09 Thread C. Zeng
ou need to have proj.dll in the path so that > gdal.dll will load from the PInvoke. You can use dependency walker to find > other dependencies.* > > > > *From:* gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] *On Behalf Of > *Tamas > Szekeres > *Sent:* Tuesday, Augu

[gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration

2017-08-01 Thread C. Zeng
​Hello all, I am trying to setup the GDAL in C#.NET 2015, with an error at the registration of the Ogr. A previous post stated the exact same problem but without a solution, I