Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you get C# (csc.exe) errors, your compiler executable file csc.exe file may not be recognized as an internal or external command.

To resolve this issue, make sure the .NET framework location is included in your PATH variable. For example:

  • For Visual Studio 2008: C:\WINDOWSWindows\Microsoft.NET\Framework\v3.5.
  • For Visual Studio 2010: C:\Windows\Microsoft.NET\Framework\v4.0.30319.
  • For Visual Studio 2012: C:\Windows\Microsoft.NET\Framework\v4.0.30319.

...