trying to use OpenNETCF, cannot find Registry.dll

  • Thread starter Thread starter anon
  • Start date Start date
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?
 
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
 
Back
Top