How to use OpenNETCF?

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
 
G

Guest

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
 

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