Fresh Install Issue

  • Thread starter Thread starter Chris Jackson
  • Start date Start date
C

Chris Jackson

I just installed 1.1 SDK and after reboot I created a new file (hello.cs) in
c root.

then in a command prompt I types:
csc hello.cs

and i get
'csc' is not recognized as an internal or external command,
operable program or batch file.


the installation went fine -

how can i compile and run csharp and vb.net programs?

thanks.
 
Chris, it sounds like the paths in your command prompt are not set up
correctly. Type SET to see what the PATH is set to.
 
Back
Top