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