On 5 Jul 2017, at 8:36am, Gregor Pavuna <[email protected]> wrote:
> System.BadImageFormatException: An attempt was made to load a program with > an incorrect format. (Exception from HRESULT: 0x8007000B) Obtain and log the properties of this error: <https://msdn.microsoft.com/en-us/library/system.badimageformatexception(v=vs.110).aspx> Also see "Remarks" on that page for examples of what might be causing the error. My guess is that you’re mixing 32-bit and 64-bit App and library, or something of the sort. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

