ASolovey
05-25-2005, 10:58 AM
I have VBP 5.6 installed. In the build script I have a step that builds single configuration (Release) of VS .NET 2003 solution.
It works fine in most cases. But sometimes, after solution is changed (projects added, or something - I haven't figured any regularity), VBP begins building it wrongly. After successfull building of Release configuration it immediately attempts to build one more configuration with empty name (which of course does not exist).
It displays the following:
------------------------------------------
Building configuration ''...
Command: "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" D:\BuildRoot\PROGRAM\MyProject\REL_1.0.1\BUILD\WOR K\SOURCE\MyProject.sln /build
------------------------------------------
VS7 of course says that the command line is invalid, configuration name is missing.
------------------------------------------
Invalid solution configuration
Usage:
devenv [solutionfile | projectfile | anyfile.ext] [switches]
------------------------------------------
I have upgraded VBP up to 5.7. It didn't help.
Nothing helps in this situation except re-creating the solution from scratch.
Is it a well known issue?
Can you help us to resolve it?
How should we approach it?
Thanks in advance.
It works fine in most cases. But sometimes, after solution is changed (projects added, or something - I haven't figured any regularity), VBP begins building it wrongly. After successfull building of Release configuration it immediately attempts to build one more configuration with empty name (which of course does not exist).
It displays the following:
------------------------------------------
Building configuration ''...
Command: "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" D:\BuildRoot\PROGRAM\MyProject\REL_1.0.1\BUILD\WOR K\SOURCE\MyProject.sln /build
------------------------------------------
VS7 of course says that the command line is invalid, configuration name is missing.
------------------------------------------
Invalid solution configuration
Usage:
devenv [solutionfile | projectfile | anyfile.ext] [switches]
------------------------------------------
I have upgraded VBP up to 5.7. It didn't help.
Nothing helps in this situation except re-creating the solution from scratch.
Is it a well known issue?
Can you help us to resolve it?
How should we approach it?
Thanks in advance.