i have an error message when i am compiling
my program. I have installed Net compact 2.0. The error is
Error Compiling program.
Error message: error CS0012:
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'
The program compiles OK for Windows.exe but not for the device
it only happens if i select "optimised compiling". Is there something else i need to do?
Thanks
my program. I have installed Net compact 2.0. The error is
Error Compiling program.
Error message: error CS0012:
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'
The program compiles OK for Windows.exe but not for the device
it only happens if i select "optimised compiling". Is there something else i need to do?
Thanks
Last edited: