trying to use OpenNETCF, cannot find Registry.dll

A

anon

I'm trying to use the Registry classes by following the article on
Accessing the Windows CE Registry. I've downloaded the Smart Device
Framework 1.4 and ran both .msi files from that. (What is the
difference between them, anyway? I'm a total newb at this)

I was trying to 'add Reference' as directed in the article, and I could
not find the OpenNETCF.Win32 namespace anywhere, nor any Registry
folders or dlls. There are several OpenNETCF references there, such as
Data, Drawing, Net, but no win32 or Registry.

What am I missing?
 
P

Peter Foot [MVP]

The Registry functionality is within OpenNETCF.dll. Once you have added that
as a reference you'll find the Registry / RegistryKey classes in the
OpenNETCF.Win32 namespace.

Peter
 

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