newbie csc doesn't work at winxp cmd line

J

James Mayhew

I'm using C# 2005 Express Edition. In a win2k cmd window. csc /? works
normally. In winxp home edition and winxp media edition it doesn't. Both
yield: " 'csc' is not recognized as an internal or external command,
operable program or batch file." Both winxp systems have .NET Framework
v2.0.50727 which is in the system path. Visual C# works in all cases. I
searched the internet and this news group for help, but didn't find any
solution.
What am I overlooking?
Thanks
 
M

Michael Nemtsev

Hello James,

does the full path to your csc works, like C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc?
Are u really sure that this path into your path variables? (you can check
this calling "set" in cmd window)

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

JM> 'csc' is not recognized as an internal or external command,
JM> operable program or batch file." Both winxp systems have .NET
JM> Framework
JM> v2.0.50727 which is in the system path. Visual C# works in all
JM> cases. I
JM> searched the internet and this news group for help, but didn't find
JM> any
JM> solution.
JM> What am I overlooking?
JM> Thank
 

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

Similar Threads


Top