MonoTouch MT2002 error: unable to resolve link

I am working on an iOS / MonoTouch project that uses a lot of thought. Everything works fine, but when I compile the version of Debug | iPhone , I get an error:

error MT2002: cannot resolve the link: System.Boolean System.Reflection.PropertyInfo :: op_Equality (System.Reflection.PropertyInfo, System.Reflection.PropertyInfo)

It's funny that the iPhone release version is working fine.

What could be wrong?

+5
source share
1 answer

== PropertyInfo, op_Equality, .NET 4.0 . IOW mscorlib.dll, MonoTouch ( Silverlight, 2.1,).

, , ( Release). , MonoTouch, AOT-.

: mscorlib.dll, MonoTouch. op_Equality ( Equals), .

+7

All Articles