Comment 9 for bug 884035

Revision history for this message
Hanky (hankschwie) wrote : Re: Missing method System.Type::op_Inequality(Type,Type) in assembly /usr/lib/mono/2.0/mscorlib.dll

Hi!

I encountered a similar error trying to run TheLastRipper (package no longer available in Ubuntu 11.10). Solution in that case was to start the program forcing it to use mono-runtime 4.0,

mono ---runtime=v4.0 /usr/local/lib/thelastripper/TheLastRipper.exe

Probably works for similar mono problems as well, and it seems to be a "general" problem with mono programs not packaged for Oneiric (see http://orangesquash.org.uk/~laney/blog/posts/2011/10/mono-gotcha/ )

so long
hank