Trying to implement SQL database in my app
Hello I'm trying to implement SQLite in my application, my professor has provided me with sample code but whenever i try to implement it i get the error seen in the screenshot, i suppose the package cant find my database file ?
Heres the code im using:
Constants.cs
3 Replies
Gamerepository.cs
I can't quite remember off the top of my head what error I was getting, but SQLite didn't really work until I had either an x86 or an x64 folder within my root directory with the correct SQLite.Interop.dll file within it