Whilst using the .NET Framework SDK 1.0 I used the csc compiler from my \bin directory. Since upgrading to 1.1 I get the message: 'csc' is not recognized as an internal or external command, operable program or batch file. Is there a way of getting the csc compiler
back? Cheers, Steve
You would need to add the Path to v1.1 frameworks install dir to the PATH variable and then you would be able to access csc from any location. Hope that helps Kashif
stevenbey
All-Star
16526 Points
3378 Posts
No more csc since upgrade to 1.1
Aug 04, 2003 05:35 PM|LINK
http://stevenbey.com
Recursion: see Recursion
kashif
Contributor
2748 Points
547 Posts
Microsoft
Re: No more csc since upgrade to 1.1
Aug 04, 2003 08:31 PM|LINK