I'm trying to create a CoordinateTransformation to transform the SRS of a shapefile. However, on attempting to create one with the following method call:
var sourceSrs = new SpatialReference(Osr.SRS_WKT_WGS84);
I get the exception:
The type initializer for 'OSGeo.OSR.OsrPINVOKE' threw an exception.
The detailed exception looks like:
Can anyone help?