building VS2005 project using msbuild

G

Guest

I have a problem to build vs2005 project:
I type this command:
msbuild "o:\UserManager.sln"

and get this error:
MSBUILD : error MSB1009: Project file does not exist.
MSBUILD : error MSB1009: Project file does not exist.
o:\MyProject\MyProject.vdproj(1,1): error MSB4025: The project file could
not be loaded. Data at the root level is invalid. Line 1, position 1.

am I missing somthing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top