
You are ready to deploy and see it is working perfectly in your client machine too. Like the way you also need to change the property settings for ‘’. Now go to the properties windows of those dlls and set build action is content and Copy to output directory is Copy always. Now in your project you have got two folders x86 and 圆4, underneath this folder you will find those ‘ ’. Go to the TOOLS->Library Package Manager->Package Manager Console of the Visual studio.
#How to install sqlite dlls install#
Here it is.įirst we need to install SQLite and in my case I installed it from NuGet gallery.To do that you can follow the steps that have been given below: Anyway I really don’t know what was the exact reason inside for this issue. After trying in many different ways I had come across the solution finally. But I had got no luck really!! The reason behind this is might be that a particular mixed mode assembly is either for x86 or 圆4 not for both. As ‘’ is a mixed mode assembly, I suspected it would automatically loads its native code. It shows that the native interop assembly is required either for x86 or 圆4 architecture. “Unable to load DLL ‘’: The specified module could not be found.
#How to install sqlite dlls Pc#
It solved the problem in my development PC but when I had gone for deployment I had got another error which is like that, What I had done to solve this issue was that I installed the version sqlite-netFx40-setup-bundle-x86-2010-1.0.89.0 and then copy the to my project folder and refer this dll to my project. ”Could not load file or assembly ‘’ or one of its dependencies.”įor solving this issue I had tried a whole variety of ways but had not got my problem solved. Today I would like to give a solution of a weird problem that I had confronted for deploying SQLite.


But, then again, it is all about our part of life I would come up writing with new and cutting edge technologies very soon again. Solving and replying those critical problems engage me 2-3 hours a day and at the same time I have to spend 8-9 hours a day in my office, so it is really tough to allocate time for writing about something new. In my case, I am going to create a folder, C:\sqllite and download the file in this folder. Create a folder, sqllite, on your C:\ or other drive when you want your SQLLite files to be downloaded and copied. Last couple of months, I was in rush and could not contribute to the community as much as I have been expected, but regularly I have been answering the questions and giving solutions of different technical problems that I have got through e-mail from different know-how guys. Follow these steps to install SQLite database on Windows.
