I have a MonoTouch app, when I compile it for the device, I get the following error:
Error MT2002: Can not resolve reference: System.Boolean System.Type::op_Equality(System.Type,System.Type) (MT2002)
It works fine in the simulator, however occasionally I'll get a MissingMethodException with the same type.
I have no 3rd party libraries. All of the code is my own. Any ideas?
Edit Here are my 3 projects and all their references.
Project 1: Mobile.Libraries
- monotouch
- System
- System.Core
- System.Xml
Project 2: Mobile.Core
- Mobile.Libraries
- System
- System.Core
- System.Xml
Project 3: Mobile.IOS
- monotouch
- Mobile.Core
- System
- System.Core
- System.Xml