.net beta 2 msbuild commnad not recognized

G

Guest

I just installed .net beta 2.
But now as i try to run msbuild from my msbuild project root directory
(visual studio 2005 command prompt) , i get the following error

'msbuild' is not recognized as an internal or external command,
operable program or batch file.

Any clues?
 
W

Willy Denoyette [MVP]

getdotnet said:
I just installed .net beta 2.
But now as i try to run msbuild from my msbuild project root directory
(visual studio 2005 command prompt) , i get the following error

'msbuild' is not recognized as an internal or external command,
operable program or batch file.

Any clues?

Did you set the environment variables as required by the commandline tools?
This can be done by running one of the various .bat files like vsvars32.bat
included with VS.

Willy.
 

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