#1
|
|||
|
|||
Erron compiling Visual Studio 2005 Solution
When compiling a Visual Studio 2005 solution, we get the following error message:
Solution configuration 'Debug Any CPU' not found. We are using a VS.NET step. If we change configuration to "All" we get "Input string was not in a correct format." When compiling the solution in Visual Studio directly, everything compiles successfully. |
#2
|
|||
|
|||
Please ZIP and send or post:
1) The info from Help | About | Install Info 2) The .bld file used to build 3) A build log file 4) The .sln file and project files (no source code files) Thanks. |
#3
|
|||
|
|||
The solution configurations available in that solution are 'Debug|Any CPU' and 'Release|Any CPU' (the drop-down is populated with the available configs w/ VBP v6). Also note that VBP v5 does not fully support the RTM version of VS2005.
http://www.kinook.com/Forum/showthre...?threadid=1315 |
|
|