Oracle Lite 10g Transport sample help
601449Oct 4 2007 — edited Oct 24 2007I am trying to compile the sample application Transport with VS2005. I get the following errors:
Error 1 Reference required to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the base class 'System.Data.Common.DbDataAdapter'. Add one to your project. C:\Documents and Settings\user\Desktop\Transport\WINCE\src\frmView.vb 269 16 transport
Error 3 Reference required to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the base class 'System.ComponentModel.Component'. Add one to your project. C:\Documents and Settings\user\Desktop\Transport\WINCE\src\transport.vb 8 20 transport
Error 9 Reference required to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Data.IDbDataParameter'. Add one to your project. C:\Documents and Settings\user\Desktop\Transport\WINCE\src\transport.vb 45 19 transport
I already have a reference to System.Data from the C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE folder. and it is version 2.0.0.0.
I have already referenced "Oracle.DataAccess.Lite.dll". and it is version 10.0.3.0.0.
I get this error when making calls to : OracleDataAdapter, OracleConnection, Oracle.DataAccess.Lite.OracleConnection, etc.
Please advise.