sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

DllNotFoundException

Open ednsinf opened this issue 1 year ago • 1 comments

DllNotFoundException: Não é possível carregar a DLL 'sqlite3': Não foi possível encontrar o módulo especificado. (Exceção de HRESULT: 0x8007007E)

This exception was originally thrown at this call stack: JapaneseLearningTool.SQLiteConnection.SQLiteConnection(JapaneseLearningTool.SQLiteConnectionString) in SQLite.cs JapaneseLearningTool.SQLiteConnection.SQLiteConnection(string, bool) in SQLite.cs JapaneseLearningTool.Db.Initialize() in Db.cs JapaneseLearningTool.Db.Db() in Db.cs

ednsinf avatar Sep 07 '24 00:09 ednsinf

You should dwoload the sqlite3.dll and put it on your project.

BoydenYubin avatar Nov 25 '24 12:11 BoydenYubin