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.
我得到了一个用 C# 编写的 Web 应用程序,如果可能的话,我想在 Mono 上部署它。为了让应用程序能够编译,我需要将 -pkg:dotnet 标志传递给编译器。
dmcs -pkg:dotnet
我目前正在使用 XSP4 进行测试,当它编译应用程序时,它会生成有关缺少程序集的编译器错误。我想知道我需要添加什么到 web.config 才能将 -pkg:dotnet 传递给编译器。
您应该安装附加软件包“libmono-cil-dev”。这个包需要其他包作为依赖。如果您使用 GNU/Lunux Debian,请以 root 用户身份使用命令:
apt-get install libmono-cil-dev