G
Guest
Hi I am using the Registry class by OpenNetCF. I added the .cs file in my project and used it. But when I call functions in the class like GetValue, OpenSubKey, CreateSubKey, etc its giving me MissingMethod exception. I am using the class inthe following way:
RegistryKey myKey = new RegistryKey(0x800002, "\\Software\\MyKey",true,true); //Does not give error here
myKey->GetKey("ProjectValue"); //Here error occurs
Could you please let me know if I am "missing" out something? Also are there are documents as how to use this class, how to start with this, etc.
Please help.
Thanks in advance.
Amit Patankar
RegistryKey myKey = new RegistryKey(0x800002, "\\Software\\MyKey",true,true); //Does not give error here
myKey->GetKey("ProjectValue"); //Here error occurs
Could you please let me know if I am "missing" out something? Also are there are documents as how to use this class, how to start with this, etc.
Please help.
Thanks in advance.
Amit Patankar