在 Linux 中使用 Mono 时,如果找不到 System.Text.RegularExpressions,可能是因为 Mono 的安装和配置没有正确完成。以下是一些建议来解决这个问题:
sudo apt-get update
sudo apt-get install mono-complete
using System.Text.RegularExpressions;
<dllmap dll="System.Text.RegularExpressions.dll" target="System.dll" />
</configuration>
sudo apt-get remove --purge mono-complete
然后重新安装 Mono:
sudo apt-get update
sudo apt-get install mono-complete
推荐的腾讯云相关产品和产品介绍链接地址:
以上产品均可通过腾讯云官方网站进行了解和购买。
领取专属 10元无门槛券
手把手带您无忧上云