Hello Sebastien, > System.Type.op_Equality is new in .NET 4.0 and (iirc) is used by the compiler. > > So your /Users/guivho/Mono/MCSubs/bin/Debug/MCSubs.dll is likely > compiled against .NET 4.0. MonoTouch has only partial support for 4.0 > (otherwise it looks like the Silverlight profile). To fix this you > should recompile this assembly using the mscorlib.dll from MonoTouch - > that will also trap any other API differences (and further similar > issues).
Thanks for the clear explanation. Indeed, that lib is compiled against 4.0 I solved my problem by extracting the bits I need in my MT projects into a dedicated source that I can compile against MT runtime. Regards, guivho. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
