How to read the 32 bit part (Wow6432Node) of the registry from a x86 or x64 C# .net 3.5 application
Well in .NET 4.0 this will all change, but for know it you want to read a key from the registry and you don’t know if it’s in the 32 bits part of the registry or in the 64 bit part and you don’t know if you’re application will be compiled as x86 or x64 en...