I\'m trying to write to the registry using my C# app.
I\'m using the answer given here: Writing values to the registry with C#
However for some reason the ke
Try to open HKLM\Software first. Then create key for your program, and then create key for version. Howewer, your key could be placed at HKLM\software\WOW6432Node. Check this.
HKLM\Software