csc in command window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am using the ms press book step by step c# and it calls for running the csc program in a command window. when i run it i get an error saying csc is not an internal or external command
 
rbarr8 said:
i am using the ms press book step by step c# and it calls for running
the csc program in a command window. when i run it i get an error
saying csc is not an internal or external command

You need to set the path in the command window (or in your global
environment) to include (for 1.1):

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
 

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

Back
Top