[fdo-users] Compiling assemblies with strong name.

Hans Milling hm at geograf.dk
Tue Apr 3 01:07:16 PDT 2018


That error is a 32/64 bit mismatch. In other words you are running 64 bit,
but try to load 32 bit dll files or you are running 32 bit but some of your
files are 64 bit.

Try to compile attached console application and run it inside your bin
folder. The application will list all DLL and EXE files (.Net and none .net)
and their bitness (x86, x64 or AnyCPU). This can give you a clear picture if
you have some DLL with the wrong bitness.
Program.cs <http://osgeo-org.1560.x6.nabble.com/file/t201518/Program.cs>  

Best regards
  Hans Milling...



--
Sent from: http://osgeo-org.1560.x6.nabble.com/FDO-Users-f3898664.html


More information about the fdo-users mailing list