I want to use SQLite db on my test .NET app.
So I've implemented sample code(my test .NET app).
In order to use SQLite, my app is referenced SQLite dll which is downloaded sqlite.org.
Also I added it from NuGet. These are not applied same time on my test app.
So I can build my test app but it generated exception at ctreating SQLiteConnection.
How can I fix it?
Is there anybody who has sample .NET app using SQLite?