how can I using the command-mode within the VisualC# express edition?

  • Thread starter Thread starter Wade Yin
  • Start date Start date
W

Wade Yin

Hi,
I just want to try the language feature of the C# . The visual
studio looks huge and I don't want to spend too much time to study how
to use the IDE. So the cmd-line tools will be my best choice. I
installed the express edition, but I can't find the csc.exe to compile
the .cs code.

Does the express edition support the cmd-line mode?


Thanks

Wade
 
Wade Yin said:
Hi,
I just want to try the language feature of the C# . The visual
studio looks huge and I don't want to spend too much time to study how
to use the IDE. So the cmd-line tools will be my best choice. I
installed the express edition, but I can't find the csc.exe to compile
the .cs code.

Does the express edition support the cmd-line mode?

Csc.exe is in C:\WINDOWS\Microsoft.NET\Framework\vx.y.z\

(Where x.y.z is your version of the .NET Framework.)

Regards,
Christian
 

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

Back
Top