Adding "System.Data.SQLite" as refernce.
Posted
by subash
on Stack Overflow
See other posts from Stack Overflow
or by subash
Published on 2010-03-08T05:46:12Z
Indexed on
2010/03/08
5:51 UTC
Read the original article
Hit count: 524
system.data.sqlite
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.?
© Stack Overflow or respective owner