VS2010: Project not selected to build for this solution configuration

Along with everyone we are moving towards 64-bit platforms. After adding solution platform x64 under Visual Studio 2010 Configuration Manager, everything seemed ok. When building, all builds was successful except x64 Release. Here is an output: 1>—— Skipped Build: Project: abc, Configuration: Release x64 —— 1>Project not selected to build for this solution configuration 2>—— …

Windows cannot be installed to this disk 0x80300001 in Windows 7 Setup

When installing Windows 7 onto Gigabyte SATA RAID, I got two errors: Windows cannot be installed to this disk 0x80300001 Windows is unable to install to the selected location. Error: 0x80300001 Windows Setup sees the RAID volume, and one of the errors appears when you create partition manually. The error is shown after you have …

x64 C# warning – Referenced assembly ‘System.Data.dll’ targets a different processor

Using Visual Studio 2010 C# to compile .NET project for Target Platform x64, the following two warnings appears: —— Rebuild All started: Project: TestProject-64-bit, Configuration: Debug x64 —— warning CS1607: Assembly generation — Referenced assembly ‘System.Data.dll’ targets a different processor warning CS1607: Assembly generation — Referenced assembly ‘mscorlib.dll’ targets a different processor Compile complete — …