How to compile C# file - Please get me started
I am just getting started with C#. I have developed a file using notepad. The file is named "First.cs". I believe to compile this file I will have to type csc First.cs at the command prompt. I have done so but I get a message saying "csc is not recognized as an internal or external command,operable program or batch file."
My C:\Windows\Microsoft.NET\Framework\v1.0.3705 directory does contain the csc.exe file. So please HELP ME, or i'll never get started!!!!
|