Visual Studio Code – C# add reference to sqlite.dll in class library project from another project
Here are the steps I used to build these two Projects ADBTest and DBControl. ADBTest was built first it implements SQLite DB CRUD functions I added System.Data.SQLite with NuGet. Ran the project everything functions great! Next I built the DBControl…