buildconfiguration

"the outputpath property is not set for this project" error

I have a multi project solution in VS08. I just added a new Configuration called Release-VersionIncrement to the solution, specifying "use release" configuration as baseline. All project files were updated with that configuration. However, when I am trying to compile a specific project using this configuration, I get the following error:...

ASp.Net build configuration is always in Debug mode

I developed a Solution in VS2005 for an ASP.net application which also has some class library projects that the ASP.Net project references. I have changed the Build Configuration of the solution to release but strangely, the ASP.net build config remains Debug whatever I do. This is weird as I see no reason why MS should have done that. I...

VS2008 - Can't remove project configuration

I have a Windows Mobile/Pocket PC project in Visual Studio 2008 SP1. I have tried to remove an old build configuration "ReleaseCN3" from the solution using the Configuration Manager. I run the Configuration Manager, click on Edit, then highlight the "ReleaseCN3" configuration and click Remove. The configuration is removed from the lis...

Eclipse CDT Build Configs - Testing a DLL with CPP Unit

Hi, I'm making a DLL (and probably a Linux port at some later date) in C++ using eclipse. The situation is as follows: I am trying to make two separate build configurations, one that will build a DLL and one that will build an executable CppUnit test. Currently I have all of the DLL build working, and I can make a separate project to te...

Missing Debug|AnyCPU build config for projects and defaultiing to Debug|x86 on Windows x64

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 O...