I have a problem with the MONO application, I'm trying to compile a project (with MonoDevelop) to load the mscorlib.dll 4.0 library instead of version 2.0. (I need the System.Type.op_Equality method, which is in version 4.0 but not in version 2.0).
I temporarily decided by setting the link:
# cd /usr/lib/mono/2.0
But of course, this is an invalid solution.
Does anyone know how MONO to load mscorlib 4.0 instead of 2.0?
Thanks and sorry for my english
linux mono monodevelop mscorlib
gokuhs
source share