hello,
I am having a problem reading the registry. The following line returns NULL.
RegistryKey key = Registry.LocalMachine.Open
SubKey(@"S
OFTWARE\My
Company");
Windows XP 64 bit
IIS running 32bit .NET framework and IIS enabled to run 32 bit apps.
Key was created manually using regedit.
I am administrator on this machine.
Any ideas? thanks
BTW, this works
RegistryKey key = Registry.LocalMachine.Open
SubKey(@"S
OFTWARE");
Start Free Trial