#1
|
|||
|
|||
Very strange error when trying to build VC7 project
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:
Code:
Building... Command: "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" "c:\source.vs2003\build.source.xipay\\Tools\XiSQLBot\XiSQLBot.vcproj" /rebuild "Release" /project "c:\source.vs2003\build.source.xipay\\Tools\XiSQLBot\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] Any ideas what would cause this? |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
That was it...I feel stupid now. Thanks!
|
|
|