32-bit and 64-bit confusion around x86 and x64 and the .NET Framework and CLR
Basic
1. VS has only x32bit version, NO x64 version.
2. DotNet Framework including basic library (System.*), CLR, JIT compiler, etc, have x32 and x64 version. For example, I have a C:\Windows\Micros