M
michael
How can I compile my VS.NET ASP.NET project from the command line?
Visual Studio is not a language itself.John Scragg said:You probably want to use the compiler for the language, not the IDE.
not have been having any luck becuase the command line compiler info is for<language compiler> filename <options>
C# command line cimpiler name: csc
VB command line cimpiler name: vbc
So for compiling a C# file named myFile.cs the syntax would be: csc myFile.cs
You can look up the syntax for multi file assemplies etc, but you might