[Mono-bugs] [Bug 80195][Cri] Changed - ControlInspector: NRE in PropertyGrid.PopulateGridItemsFromProperties
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 19 13:50:05 EST 2006
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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80195
--- shadow/80195 2006-12-11 11:09:51.000000000 -0500
+++ shadow/80195.tmp.16981 2006-12-19 13:50:05.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80195
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: alex.olk at googlemail.com
QAContact: mono-bugs at ximian.com
@@ -91,6 +91,11 @@
(System.Windows.Forms.Message& m) [0x00000] in
/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:186
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
IntPtr wParam, IntPtr lParam) [0x0006b] in
/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:171
+
+------- Additional Comments From toshok at ximian.com 2006-12-19 13:50 -------
+turns out this is due to some missing internal TypeConverters in
+System.Design. I've added stubs for them just to keep this from
+crashing. closing bug.
More information about the mono-bugs
mailing list