DataGrid

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.
 
L

LinasB

I successfully added this reference and compiling error disappears.
But on WindowsCE this dll or reference is missing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top