https://bugzilla.novell.com/show_bug.cgi?id=679109
https://bugzilla.novell.com/show_bug.cgi?id=679109#c2 Jb Evain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jb Evain <[email protected]> 2011-03-14 18:40:20 UTC --- You're using a library which hasn't been compiled for the MonoTouch profile. This code references code that doesn't exist in the MonoTouch profile : Console.ForegroundColor. The solution is to recompile the library on top of the MonoTouch profile. -- 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
