Search code examples
c#.netwindows.net-framework-version

Where to find csc.exe in .NET Framework 4.5?


I try to find csc.exe to add this to PATH system variable. I have been install Microsoft .NET Framework 4.5 SDK. enter image description here

enter image description here

Why I don't see v4.5 in C:\Windows\Microsoft.NET\Framework64?
Where to find csc.exe in .NET Framework 4.5?


Solution

  • CSC present in 4.0 folder (C:\Windows\Microsoft.NET\Framework64\v4.0.30319) is also csc of 4.5. Path C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe is for 64 bit version of framework.