Missing csc.exe

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

Guest

I'm a complete beginer here. I started with an installation of .Net 2.0,
managed to locate csc.exe in c:\windows\Microsoft.NET\Framework\v2.0, I then
insatlled Visual Studio 2005, which I believe pulled in an installation of
..Net 3.0, but the newer version does not have csc.exe.

Does .Net 3.0 use a different compiler?
 
I'm a complete beginer here. I started with an installation of .Net 2.0,
managed to locate csc.exe in c:\windows\Microsoft.NET\Framework\v2.0, I then
insatlled Visual Studio 2005, which I believe pulled in an installation of
.Net 3.0, but the newer version does not have csc.exe.

Does .Net 3.0 use a different compiler?

No - it uses the one from 2.0, because .NET 3.0 just adds new
libraries.

Jon
 
Back
Top