Alright well I figure that out...Targeted a specific MSVC_VER in csharp.opt
On Wed, Dec 9, 2015 at 5:02 PM kelly elton <[email protected]> wrote: > I'm getting this error after compiling from source > > Exception thrown: 'System.MethodAccessException' in gdal_csharp.dll > > Additional information: Attempt by security transparent method > 'OSGeo.GDAL.Gdal.UseExceptions()' to call native code through method > 'OSGeo.GDAL.GdalPINVOKE.UseExceptions()' failed. Methods must be security > critical or security safe-critical to call native code. > > I did > nmake -f makefile.vc clean && nmake -f makefile.vc MSVC_VER=1600 DEBUG=1 > && nmake -f makefile.vc install > cd swig > nmake -f makefile.vc csharp > > I get the gdal dll + the csharp dlls...and I use them > > But as soon as I call OSGeo.GDAL.Gdal.UseExceptions(); I get the exception > > This doesn't happen with the dll's I've downloaded from > http://www.gisinternals.com/ > > I got the source from https://trac.osgeo.org/gdal/wiki/DownloadSource and > I got 2.0.1 >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
