I am using Visual Studio 2005 c# to develop an app for Windows Mobile
5.
I have installed and referenced IBM.Data.DB2.DB2e.CF
When I try to create the DB connection DB2eConnection conn = null; I
get the following error:
The type 'System.ComponentModel.Component' is defined in an assembly
that is not referenced. You must add a reference to assembly 'System,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac'. C:\Documents and
Settings\administrator.EPC_DUBLIN\My Documents\Visual Studio
2005\Projects\db2\db2\db2.cs
I have managed to get this working in Visual Studio 2003 but that is no
good to me for Windows Mobile 2005.
If anyone has any ideas?
Thanks
- Ronan |