In VS.NET 2010, I have a Windows Service project in a solution. All the other projects (libraries) are set to Any CPU. But I cannot change the Windows Service to anything besides x86.
In the project properties for the Windows Service, Platform target is set to "Any CPU" but Platform only has the option for "Active (x86)". I need to change that to x64 or Any CPU.
Does anyone have some idea how this can be updated?