.net beta 2 msbuild commnad not recognized

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top