[Mono-bugs] [Bug 53898][Nor] Changed - System.ComponentModel.AttributeCollection:GetDefaultAttribute throws MissingMethodException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 Feb 2004 09:38:15 -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 jonwagner@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53898
--- shadow/53898 2004-02-04 20:04:29.000000000 -0500
+++ shadow/53898.tmp.24323 2004-02-05 09:38:15.000000000 -0500
@@ -3,13 +3,13 @@
Version: unspecified
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Blocker
+Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jonwagner@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -114,6 +114,9 @@
Suspected cause:
It appears that ValidationPropertyAttribute is not being properly
inherited into the custom textbox class. This is probably caused by
the fact that AttributeUsageAttribute.Inherited does not default to
true and some other cause I haven't tracked down yet.
+
+------- Additional Comments From jonwagner@hotmail.com 2004-02-05 09:38 -------
+Workaround: Add ValidationPropertyAttribute to custom control.