hi;
I am new in c#.
I try to write a program called "hello world" in C# in dos prompt.
I am facing the following problem: "'csc.exe' is not recognized as an internal or external command, operable program or batch file"
I went to control panel>system>advanced and put the framework path as: C:\Windows\Microsoft.NET\Framework\v4.0.30319 yet the problem was not solved.
I use windows 7.
Could you help me about where the mistake is?
sorry for my bad english :)
Loading
Jignesh TrivediPosted Sep 2, 2012, 11:57 PM
Agree with Sukesh..
csc.exe is command line bulider, so you must run this using Visual Studio command prompt.
Please refer
http://msdn.microsoft.com/en-us/library/78f4aasd.aspx
hope this will help you.
Sukesh MarlaPosted Sep 2, 2012, 11:45 PM
try here now.
check this is correct answer if it helped.
Akkiraju IvaturiPosted Sep 2, 2012, 5:55 PM