The platform target for new projects (WinForms, WPF, console app etc.) is incorrectly defaulting to x86.In all previous versions this is defaulted to the platform neutral "Any CPU" target. This is the ideal default as it doesn't limit your application to any specific platform.
Version