C# Compiler

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

Guest

Hi

I'm looking for a C# compiler

I recently downloaded ".NET Framework SDK Version 1.1" thinking it contains a command-line version of a C# compiler Csc.exe) at this site

http://www.microsoft.com/downloads/...CA6-3647-4070-9F41-A333C6B9181D&displaylang=e

After installing the SDK and its prerequisite, only to find out that Csc.exe was not included

Does anyone know where I can find a free C# compiler? Or maybe some book that has a free CD that contains Visual Studio .NET? or an academic version of it. Please let me know at (e-mail address removed)

Thanks in advance for your help

Eric
 
Eric,
After installing the SDK and its prerequisite, only to find out that Csc.exe was not included.

Does anyone know where I can find a free C# compiler?

Csc.exe *is* included in the framework SDK. If it installed
successfully, you should find Csc in the
%windir%\Microsoft.NET\Framework\v1.1.4322 directory.



Mattias
 
Back
Top