解决地址:https://stackoverflow.com/questions/45776247/mono32-wont-work-mono64-throws-errors

应该是电脑的位与安装的mono的位不一致导致,可以使用下面的命令

mono --arch=32 your_app_name.exe

 

相关文章:

  • 2021-12-30
  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-02-18
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
相关资源
相似解决方案