You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a clean installation under SQLite data-layer the following error is shown before setup. Further investigation showed that under 64bit OS the sqlite runtime need to be replaced by 64bit sqlite3.dll.
JosephMDavis
changed the title
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Ship 64bit sqlite instead of 32bit
Aug 9, 2023
In a clean installation under SQLite data-layer the following error is shown before setup. Further investigation showed that under 64bit OS the sqlite runtime need to be replaced by 64bit sqlite3.dll.
The following version fixed the issue:
https://www.sqlite.org/2023/sqlite-dll-win64-x64-3420000.zip
The text was updated successfully, but these errors were encountered: