locked
Accessing Registry .NET Compact Framework v1.0 RRS feed

  • Question

  • Hello, I'm feeling really stupid here.  I am writing a mobile app that has to use the .NET Compact Framework v1.0.  I need to read and write some registry keys.  Simple!  There are plenty of examples to copy.  But I can't even get something using RegistryKey to compile.  I have a reference to mscorlib and say "using Microsoft.Win32", but see the following error: "The type or namespace name 'Microsoft' could not be found (are you missing a using directive or an assembly reference?)" (This is C# and Visual Studio 2005.)  Must be doing something trivial wrong?
    Saturday, October 17, 2009 10:10 AM

Answers

All replies