views:

324

answers:

3

hi all,

when i was building my project done in asp.net & c#.net ,it produced the error as

"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 reference ,i was not able to find "System.Data.SQLite" in my library . how to overcome this problem.?

A: 

You get it (as a dll), then add a reference to it.

download here

for example install to C:\Program Files\SQLite.NET and browse to:

C:\Program Files\SQLite.NET\bin

CRice
(why do i bother)
CRice
A: 

You need to download System.Data.SQLite, then you can add it to your project.

In The Pink
+2  A: 

Hi,

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.

Jojo Sardez