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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -