Fresh Install Issue

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.
 
G

Greg Ewing [MVP]

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.
 

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

Top