How to use OpenNETCF?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have installed OpenNETCF using its setup.exe.

"using OpenNETCF.Windows.Forms; " was included to my code, but I have got
the the following error:

The type or namespace name 'OpenNETCF' could not be found (are you missing a
using directive or an assembly reference?)

Why?

Thanks

Frankie
 
It sounds to me like you need to add a reference to the
OpenNETCF.Windows.Forms.dll. In the solution explorer find the "References"
folder and right click on it. Select "Add Reference..." from the popup menu.
In the dialog that appears select the "Browse" tab. in the browse tab
navigate the following path: C:\Program Files\OpenNETCF\Smart Device
Framework 2.0. Now select the OpenNETCF.Windows.Forms.dll and click OK.

Bill
 
Back
Top