SQLite Forum

System.DllNotFoundException on MonoDevelop
Login
So I had a project used SQLite originally made with Visual C# 2010 Express on Windows 7. For a number of reasons I have had to port this project into MonoDevelop on Linux. Now I'm getting a mysterious error that I wasn't getting back on the VS/Windows version, appearing when I just try to open up the SQLite connection. The error message I'm getting is cryptic:

System.DllNotFoundException System.Data.SQLite.dll assembly: <unknown assembly> type:<unknown type> member:(null)

Has anyone ever encountered a problem like this before or have any idea how to resolve it?

(Or does anyone else have experience using SQLite with MonoDevelop in general?)