I am trying to add a SQLite dll in my source code, but I cannot find info about the way to do this, the best I have found is this
[DllImport("dll/System.Data.SQLite.dll")]
But C# does not recognize DllImport word.
Any help would be much appreciated.
Worry is a misuse of imagination :)