分类: 嵌入式
2011-10-21 23:48:58
系统: Ubuntu 11.10 i386
Mono JIT compiler version 2.10.5 (Debian 2.10.5-1)
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
问题: 运行由 C# 2.0 编译的程序出错,信息如下:
Missing method System.Type::op_Inequality(Type,Type) in assembly /usr/lib/mono/2.0/mscorlib.dll,...
解决方法:
mono --runtime=v4.0 filename.exe