Is there a way to run a B4P compiled application with Sqlite on a 64-bit Windows Vista machine (with AMD 64-bit processor)? Our program works great on every machine except the 64-bit version.
I get the following error when loading the application:
"Could not load file or assembly 'System.Data.SQLite, Version=1.0.40.0...An attempt was made to load a program with an incorrect format."
Please download the attached file and copy System.Data.SQLite.dll to the folder of your executable.
It wasn't tested on a Vista 64 bit machine. Please tell me if it worked.
This issue is fixed in the new version.
Compiled applications are not marked as 32 bit applications.
Some of the libraries include native code which is 32 bit code. These libraries didn't work correctly on the 64 bit OS.
In the new version the compiled applications will be properly marked as 32 bit and all libraries will work correctly (no need to change the libraries).