The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all Stacktrace

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

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

mono --arch=32 your_app_name.exe

 

posted on 2017-11-07 23:02  黑加仑妞  阅读(1663)  评论(0编辑  收藏  举报