I am developing a WPF application using sqlite, but I noticed that when I installed sqlite via nuget the size of the project increases almost 60 MB, is this right? Is there another way to do this so that the project is not so heavy? I want the application to serve both 32x and 64x.
Asked
Active
Viewed 43 times
0
-
Just include the necessary drivers you need manually and it should not be more than 1MB or even less. – juergen d Dec 08 '17 at 21:20
-
Juergen, thakns you. I tried that but it did not work. I don't kwon if I follow the right steps because I could not load the interop and consequently when I compliled it throws a error. – Larry Dec 08 '17 at 22:41
-
Possible duplicate of [SQLite deployment for .net application](https://stackoverflow.com/questions/7689041/sqlite-deployment-for-net-application) – dymanoid Dec 11 '17 at 16:44
-
dymanoid, sorry I didn´t understand. What did you mean? – Larry Dec 12 '17 at 19:13