How to compile - First.cs
Hello,
I am at chapter 2 of professional C# book. If I type csc First.cs at the command prompt the .cs file does'nt compile. I get the error stating "csc is not recognised as an internal or external command" I checked whether I have the csc.exe file in C:\Windows\Microsoft.NET\Framework\v1.0.3705 directory, and its present so I do have the c sharp compiler file. Can anyone please help me get started in c sharp
|