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
I'm trying this examples on HoloLens.
When I try to use
"new SQLiteConnection(databasePath, SQLiteOpenFlags.ReadWrite | SQLiteOpenFlags.Create);"
function, I get
"BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
this error. People says that it's 32bit-64bit compability error.
In Unity project, my settings are:
Build platform: UWP
Target Device: HoloLens
Architecture: x86
Scripting Backend: .Net
I tried examples directly, didn't work. I changed sqlite3.dll platform settings scripting backend to Dot net, didn't work. I deleted "plugins/x64" folder, didn't work. I exclude all platforms from "plugins/x64/sqlite3.dll", didn't work. Is there any solution for this?
The text was updated successfully, but these errors were encountered:
I'm trying this examples on HoloLens.
When I try to use
"new SQLiteConnection(databasePath, SQLiteOpenFlags.ReadWrite | SQLiteOpenFlags.Create);"
function, I get
"BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
this error. People says that it's 32bit-64bit compability error.
In Unity project, my settings are:
Build platform: UWP
Target Device: HoloLens
Architecture: x86
Scripting Backend: .Net
I tried examples directly, didn't work. I changed sqlite3.dll platform settings scripting backend to Dot net, didn't work. I deleted "plugins/x64" folder, didn't work. I exclude all platforms from "plugins/x64/sqlite3.dll", didn't work. Is there any solution for this?
The text was updated successfully, but these errors were encountered: