Provider FireBird.net 64bit

I am trying to start a Firebird web application (64-bit IIS6). However, I am getting a bad image format (bit difference incompatibility). Anyone got any advice to get it working.

Details The AnyCPU app links to the .net firebird driver (via nhibernate) which uses its own 64-bit DLL. There is a native 32 bit dll that I use for local development and it works fine. (I didn't get version 32 working on a 64 bit server).

+2


a source to share


1 answer


This issue was actually formed from how we deployed our website. The site is packaged on a 32-bit computer, what I didn't understand is that it also packaged a 32-bit planetary DLL instead of 64-bit ones.



+1


a source







All Articles