PDA

View Full Version : Very strange error when trying to build VC7 project


MHolmes
11-04-2004, 02:24 PM
I am trying to build a VC7 project here on my build box via VisualBuild. Any time I attempt to build a VC7 or VCs7 project, I get the following error:


Building...
Command: "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com"
"c:\source.vs2003\build.source.xipay\\Tools\XiSQLBo t\XiSQLBot.vcproj" /rebuild "Release" /project
"c:\source.vs2003\build.source.xipay\\Tools\XiSQLBo t\XiSQLBot.vcproj"

Microsoft (R) Development Environment Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

Invalid project

Usage:
devenv [solutionfile | projectfile | anyfile.ext] [switches]


There is quite a bit more text that follows, but it seems to all be usage information. Please note, these projects work just fine on our build box using VisualBuild and when opening them in VC7 by hand and compiling them. There is nothing wrong with the project files!

Any ideas what would cause this?

kinook
11-04-2004, 02:35 PM
It looks like VS.NET is choking on the double back slash in the filename. Testing it here, I was able to reproduce this behavior by adding a backslash to a filename.

MHolmes
11-04-2004, 02:43 PM
That was it...I feel stupid now. Thanks!