Hi Everyone

I am using VS2008 to put a VB.Net application onto a Psion handheld, WindowsCE. In the development mode there are 3 errors which prevent the project from compiling. They seem to be in connection with the System.Data.dll which is the version referenced in the C:\Program Files\Microsoft.Net\SDK\Compact Framework\v2.0\Windows CE folder.

The errors are these:
1. Error 5 Reference required to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the base class 'System.Data.Common.DbConnection'. Add one to your project. C:\My Documents\Psion\PTMPsion\Tickets.vb 7112 24 PTMPsion 2. Error 6 Type 'DataSet' is not defined. C:\My Documents\Psion\PTMPsion\Tickets.vb 7113 22 PTMPsion
3. (The same as error 1 except DbDataAdaptor instead of DbConnection.)

The form contains the correct Imports:
Imports Microsoft.VisualBasic
Imports System.Collections
Imports System.Drawing.Rectangle
Imports System.IO
Imports System.Runtime.InteropServices
Imports System.Text
Imports System.Data.SQLite

and the procedure has the correct dims:
        Dim objConn As SQLiteConnection
        Dim objDs As DataSet
        Dim objDa As SQLiteDataAdapter
The 3 errors refer to these dims.

The project is set as a WindowsCE project.

Can anyone shed light on what is missing?

Thank you.

J Trahair
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to