https://bugzilla.novell.com/show_bug.cgi?id=638359
https://bugzilla.novell.com/show_bug.cgi?id=638359#c0 Summary: Invalid cast for ISpanned to CharSequence Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Repro: TextView tv = new TextView (this); tv.Text = (CharSequence)Html.FromHtml ("<b>Bold Text!</b>"); Exception: System.InvalidCastException: Cannot cast from source type to destination type. >From java version: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/text/Link.html -- 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
