DataGrid

  • Thread starter Thread starter LinasB
  • Start date Start date
L

LinasB

Hi,

I have a problem with DataGrid.
I see it in Tools panel in Data tab, and can drag it into form,
but when compiling I got error:
Type 'System.Windows.Forms.DataGrid' is not defined. (BC30002)
or this error:
The type or namespace name 'DataGrid' does not exist in the namespace
'System.Windows.Forms' (are you missing an assembly reference?) (CS0234)

I am working with SharpDevelop 2.1.0.2429
with setting "Target framework" -> CompactFramework 2.0

Without DataGrid compiling and run ok on Windows CE.
 
I successfully added this reference and compiling error disappears.
But on WindowsCE this dll or reference is missing.
 
Back
Top