开发者

SQLite .NetCompact Framework

I am creating a Pocket PC application in C# and I want to add the SQLLite DB and Create Tables. When I compile the project I get the error as

Error 1

The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:开发者_开发百科\Documents and Settings\build\Desktop\TestPPCApplication\Database.cs 40 17 TestPPCApplication

Any One Please help


Either you are missing a reference for the System.Data assembly or you are referencing a non compact framework version of System.Data.Common.DbConnection

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜