Thank you - System.Data is of course referenced in the project already. Does Windows CE as a target device need a different version of System.Data? The one referenced is the one in C:\Program Files\Microsoft.Net\SDK\Compact Framework\v2.0\Windows CE folder.

J Trahair

On 02/12/2013 20:58, Joe Mistachkin wrote:
J Trahair wrote:
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.)

Please be sure you have referenced the System.Data assembly in your project.
This can be done by right-clicking the "References" node underneath your
project node in the Solution Explorer window and selecting the "Add
reference..."
option.

--
Joe Mistachkin

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



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

Reply via email to