c# - SQLite .NetCompact Framework -


i creating pocket pc application in c# , want add sqllite db , create tables. when compile project error

error 1

the type 'system.data.common.dbconnection' defined in assembly not referenced. must add reference assembly 'system.data, version=2.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089'. c:\documents , settings\build\desktop\testppcapplication\database.cs 40 17 testppcapplication

any 1 please

either missing reference system.data assembly or referencing non compact framework version of system.data.common.dbconnection


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -