Hey,
I have a program developed on 1.1 that works perfectly on Windows XP but is having trouble running on Windows 7 simply because of the registry.
It is to big a program to upgrade to a newer framework so I am just trying to fix the registry reads in Windows 7.
The one big problem is here
But for some reason everytime regkey is always nothing.
I turned UAC off so it is not that
And I have Framework 1.1 installed.
I am not sure what exactly is going wrong unfortunately.
Any advice?
I have a program developed on 1.1 that works perfectly on Windows XP but is having trouble running on Windows 7 simply because of the registry.
It is to big a program to upgrade to a newer framework so I am just trying to fix the registry reads in Windows 7.
The one big problem is here
vb.net Code:
Dim regkey as Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.LocalMachine.OpenSubKey("Software\Elel\View",False)
But for some reason everytime regkey is always nothing.
I turned UAC off so it is not that
And I have Framework 1.1 installed.
I am not sure what exactly is going wrong unfortunately.
Any advice?