The current implementation of GDAL Rasters and OGR Vectors is limited to x86 platform.
This could be avoided when using the [GDAL NuGet packages](http://www.nuget.org/packages?q=gdal).
Advantages of the aproach:
* Compilation targeting AnyCPU platfrom
* Don't need to store native binaries in source repository
* ...
Please evaluate the attached patch.
This could be avoided when using the [GDAL NuGet packages](http://www.nuget.org/packages?q=gdal).
Advantages of the aproach:
* Compilation targeting AnyCPU platfrom
* Don't need to store native binaries in source repository
* ...
Please evaluate the attached patch.