2021-03-22, 12:32
(2021-03-22, 12:08)redglory Wrote:.. and the workaround did work or not? Usually all dll get loaded even if they aren't in the root path.(2020-03-04, 03:00)redglory Wrote: Hi Dan,
Did you fix the SQLite.Interop.dll missing file issue? As a workaround I have to put this file from "x64\SQLite.Interop.dll" on the application root path.
python:2020-03-03 01:36:04.3940;EmberAPI.Database;EmberAPI.Database.Connect_MyVideos;1;ERROR;Connect_MyVideos Unable to open media database connection.;"EXCEPTION OCCURRED:System.DllNotFoundException: Não é possível carregar DLL 'SQLite.Interop.dll': Impossível localizar o módulo especificado. (Excepção de HRESULT: 0x8007007E)
em System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)
em System.Data.SQLite.SQLite3.StaticIsInitialized()
em System.Data.SQLite.SQLiteLog.Initialize()
em System.Data.SQLite.SQLiteConnection..ctor(String connectionString, Boolean parseViaFramework)
em EmberAPI.Database.Connect_MyVideos()* em System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)
em System.Data.SQLite.SQLite3.StaticIsInitialized()
em System.Data.SQLite.SQLiteLog.Initialize()
em System.Data.SQLite.SQLiteConnection..ctor(String connectionString, Boolean parseViaFramework)
em EmberAPI.Database.Connect_MyVideos()"
Hi @DanCooper, I'm still getting this error.
Can you take a look at it ? Latest version installed.
Thanks