I am maintaining a legacy application in Visual Studio 2008 and my office is deploying Windows 8. These factors are out of my control.
My Visual Studio solution contains a Deployment project. When I set my build configuration to "Debug", I can see that the Deployment project is not checked. Yet, when I build the solution, I get an error from the Deployment project about a file that it cannot find (the file exists, but that is another story).
Under Windows 7, this behaves as it should. Is this a known issue, or is there something else I can do to get Visual Studio to respect the settings in Configuration Manager?