I have a Silverlight Application.
I need to get registry values, and I used Microsoft.Win32 .
Still, when I'm trying to access Registry object
string path = (string)Registry.GetValue(@"....);
the Registry
is marked by red underline, and the error is:
"Cannot access internal class 'Registry' here."
What am I doing wrong?