Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安装后 .NET 命令行编译器 (csc.exe) 位于何处?
我正在尝试设置从命令行编译 C# 应用程序的路径,但我找不到 csc.exe 的安装位置。
我正在使用 .NET 4 和 Windows 7 Pro 64 位。
在相应的%windir%\Microsoft.NET\Framework\vXXXX文件夹中。
%windir%\Microsoft.NET\Framework\vXXXX
每个版本的运行时都有自己的编译器,它会生成 4.0:
%windir%\Microsoft.NET\Framework\v4.0.30319\csc.exe
您的次要版本 (the 30319) 可能会有所不同。
30319