https://bugzilla.novell.com/show_bug.cgi?id=657856
https://bugzilla.novell.com/show_bug.cgi?id=657856#c1 Jb Evain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FEATURE --- Comment #1 from Jb Evain <[email protected]> 2011-01-13 13:46:16 UTC --- Thanks for the repro. There's not much the linker can do here, the Json library uses types from System.Reflection.Emit that are not available on MonoTouch. You should use a version of that library compiled for MonoTouch which doesn't reference DynamicMethod and other System.Reflection.Emit types. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
