Hey, On Sun, Oct 31, 2010 at 9:20 AM, Philip Laureano <[email protected]> wrote: > Am I missing something here?
Not sure, but granted that you're receiving a: System.MissingMethodException: Method not found: 'Boolean System.Type.op_Equality(System.Type, System.Type)', inside Cecil, and not while linking, my guess would be that somehow your Cecil version is compiled against a 4.0 mscorlib, which contains this operator, while you're running on a 2.0 mscorlib. Jb -- -- mono-cecil
