Hi I have added the sqlite dll's to my project in a folder but when I add the using statement it does not pick it up and if I try to add a new reference, there is no option for sqlite. Is there something else i should do after adding the dll's?
1 Answer
There should be a Browse button in the Add references-dialog, where you can select the SQLite.dll, but I would recommend using NuGet: https://www.nuget.org/packages/System.Data.SQLite/
1 Comment
user8466504
Thank you so much , used NuGet.