when I was building my project done in ASP.NET and C#, it produced the following error:
The type or namespace name ‘SQLite’ does not exist in the namespace ‘System.Data’ (are you missing an assembly reference?”
So, when I tried to add it as a reference, I was not able to find “System.Data.SQLite” in my library.
How do I overcome this problem?
Try to search for System.Data.SQLite.DLL file (using windows explorer search) or if you have not yet installed it just download it from the net.
For more information try to read this.