I can’t use the System.Data.SQLite in c# (Visual Studio) [closed]
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 15 hours ago. Improve this question I installed System.Data.SQLite using NuGet console. It’s succesfult. But I can’t call the sqlite library. library as follows: using System.Data.SQLite but it’s not working. but it works on […]