[Mono-bugs] [Bug 72775][Nor] Changed - Cannot assign text to TextBox

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Feb 2005 19:51:05 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72775

--- shadow/72775	2005-02-20 17:39:26.000000000 -0500
+++ shadow/72775.tmp.3863	2005-02-20 19:51:05.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72775
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Fedora Core 1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: aviary.tree@ntlworld.com               
 QAContact: mono-bugs@ximian.com
@@ -58,6 +58,14 @@
 It also fails with:
 this.TextBox1.Text = "some text";
 
 ------- Additional Comments From aviary.tree@ntlworld.com  2005-02-20 17:39 -------
 Mistake in report: On 4th line I say it fails to compile. This is 
 wrong. It compiles but fails on execution, as is clear later.
+
+------- Additional Comments From peter@novonyx.com  2005-02-20 19:51 -------
+you are clearly running an old libgdiplus. The function missing is 
+contained in the current version of libgdiplus. Maybe that also 
+explains your other textbox problems.
+
+Make sure you do not have a stale version of mono somewhere on your 
+system. 'locate gdiplus' can help.