An easy but urgent Registry Problem, PLEASE HELP **SOLVED**
Hey, ok what I am trying to do is read an entry from the registry. I have been looking throug a lot of posts on different forums all telling me to use the Registry class. So I tryed this:
[code]
RegistryKey RegTest = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\mysoft\myprog",true);
[code]
This should work, but compilling this I get an error saying I am missing a reference! What do I need to Include to be able to use the registry?
Thanx a alot ,
Stephan