V
VistaDB
I cannot figure out how to detect what version of the framework my app
is running under.
If we are under 64 bit Vista there is a special registry subkey, ok
great. But now I am getting reports from users that a Creative Labs
driver is creating the hive under Vista32 and XP 32 at install. So if
I check for that 64 bit subkey it MAY exist because someone else
created it.
I was trying to use the Environment and other system variables in Dot
Net, but they all return Win32NT even under 64 bit Vista. Would have
been great if that had returned Win64NT.
So, how can I from a running Dot Net 2 app detect what version of the
runtime I am in? Not just the runtime version (I can get that) but if
my app has been promoted to 64 bit mode or not.
Thanks
is running under.
If we are under 64 bit Vista there is a special registry subkey, ok
great. But now I am getting reports from users that a Creative Labs
driver is creating the hive under Vista32 and XP 32 at install. So if
I check for that 64 bit subkey it MAY exist because someone else
created it.
I was trying to use the Environment and other system variables in Dot
Net, but they all return Win32NT even under 64 bit Vista. Would have
been great if that had returned Win64NT.
So, how can I from a running Dot Net 2 app detect what version of the
runtime I am in? Not just the runtime version (I can get that) but if
my app has been promoted to 64 bit mode or not.
Thanks