I've just recently reinstalled Windows 7 x64 on my box. The installation succeeded and I've had no issues with the operating system as a whole. I believe there is a configuration issue with either Windows or .NET x64.
Symptoms
- The default build configurations for new projects is Debug|x86.
This doesn't feel right. I'm running an x64 OS and I'm reasonably confident that for the last three versions prior to this the default build config has been Debug|AnyCPU - AnyCPU does not exist as a build config for projects at all and I'm reasonably sure it should. To build anything x64 I need to explicitly add an x64 platform for the project
Am I correct in thinking that Debug|AnyCPU is normally the default config, If so, what are some possible causes for this not being the case for any new projects created