简体   繁体   中英

Windows service SQLite database?

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."

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM