Windows service SQLite database?

1.2k views Asked by At

searched in google, but couldn't find anywhere if it's possible to make SQLite database in Windows Service?

I have added as a project reference "sqlite-net". But when I try to make connection I get exception "Unable to load DLL 'sqlite3': The specified module could not be found."

1

There are 1 answers

0
kroky On BEST ANSWER

The problem was that when building project it does not copy sqlite3.dll file. So I just downloaded it and copied in folder by myself.