How do you determine whether the 32-bit or 64-bit version of the .NET 2.0 SDK is installed on Windows 7? -


how determine whether 32-bit or 64-bit version of .net 2.0 sdk installed on windows 7?

look in registry - path hkey_local_machine\software\microsoft\microsoft sdks\windows\v7.0a

the keys below end either in x86 or x64


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -