|
-
Nov 1st, 2002, 03:29 AM
#1
Thread Starter
Junior Member
Compiling and running from a command line
Hi, just starting C#.
Trying to compile from the C prompt and get an error, any ideas?
C:\>csc /debug hello.cs
'csc' is not recognized as an internal or external command,
operable program or batch file.
-
Nov 1st, 2002, 04:09 AM
#2
Member
did u start the .net dos prompt or a normal dos one??
u need to run it from the framewor folder in the start menu or it does not register the .net programs like the compilers.
-
Nov 1st, 2002, 01:16 PM
#3
I think there is an option when isntalling the framework to register the locations of those files so that you can run csc from a regular prompt in any directory, because on my machine I just use a regular prompt and I am able to run the tools from anywhere.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|