Set your path or change the directory to C: \ Windows \ Microsoft.NET \ Framework \ v2.0.50727 (note if the directory is used when using a different version of the framework).
Type of:
MSBuild / path / to / your / project / projectname.solution / rebuild
Or using csc from the command line. Again, go to the directory mentioned above, this time the command
csc / out: filename.exe / path / to / your / project / *. cs
Note. CSC.exe has several hundred operations. Enter csc -help for more details.
Serapth
source share