[Mono-bugs] [Bug 80033][Nor] New - Program with DataGrid crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 24 11:16:22 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 georgegiolfan at yahoo.com.

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

--- shadow/80033	2006-11-24 11:16:22.000000000 -0500
+++ shadow/80033.tmp.22102	2006-11-24 11:16:22.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 80033
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: georgegiolfan at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Program with DataGrid crashes
+
+Description of Problem:
+Program with DataGrid crashes
+
+Steps to reproduce the problem:
+Compile and run the following program.
+using System.Windows.Forms;
+class TestForm : Form {
+    public TestForm() {
+        DataGrid MyDataGrid = new DataGrid();
+        MyDataGrid.Dock = DockStyle.Fill;
+        Controls.Add(MyDataGrid);
+    }
+    static void Main() {
+        Application.Run(new TestForm());
+    }
+}
+
+Actual Results:
+Nothing happens.
+
+Expected Results:
+A form should be displayed.
+
+How often does this happen? 
+Always.


More information about the mono-bugs mailing list