SQLite deployment for .net application

前端 未结 4 484
清酒与你
清酒与你 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:34

    What Tangurena says is right (which in fact helped me to get it working) but you also need to include the config setting mentioned in the readme of SQLite:

    
        
            
            
        
    
    

提交回复
热议问题