SQLite deployment for .net application

前端 未结 4 495
清酒与你
清酒与你 2020-12-09 18:21

I have used SQLite for my .net framework 4.0 WPF application, It works perfectly fine with development environment. I just copied system.data.sqlite.dll to my application in

4条回答
  •  爱一瞬间的悲伤
    2020-12-09 18:39

    You should be able to operate with just the interop and the data DLLs. Our project uses these:
    Note: we are using LINQ as well.

    The LINQ one isn't necessary unless you use LINQ.

    I've renamed every copy of SQLite3.dll or SQLite3.exe on my computer (there were dozens) and the application continues to run. I was checking to make sure my answer is correct, and this is something we're going to have to do, in order to make sure our installs work, too.

提交回复
热议问题