[Mono-bugs] [Bug 80740][Nor] New - Crash when using windows forms .net 2.0 application on Mono 1.2.2.1
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 6 09:18:27 EST 2007
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 dejanvesic at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80740
--- shadow/80740 2007-02-06 09:18:27.000000000 -0500
+++ shadow/80740.tmp.25929 2007-02-06 09:18:27.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 80740
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: openSuSe 10.2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: DejanVesic at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Crash when using windows forms .net 2.0 application on Mono 1.2.2.1
+
+Description of Problem:
+
+.Net 2.0 WinForms application compiled on Windows crashes when try to use
+it on Mono 1.2.2.1 on openSuSe 10.2
+
+Steps to reproduce the problem:
+
+1. Unpack archive vastelenor-1.0.11.2.zip
+2. Execute program with:
+
+mono ./VasTelenor.exe ./specifikacija.csv
+
+3. Click on Go! button
+
+Application will crash with following error message:
+
+System.ArgumentException: '-3' is not a valid value for 'Value'. 'Value'
+should be between 'Minimum' and 'Maximum'
+ at System.Windows.Forms.ScrollBar.SetValue (Int32 value) [0x00000]
+
+(full report in error.report.txt)
+
+If the file specifikacija.csv is small enough (so no scrollbars needs to be
+drawn on one of datagrids), there will be no error. If the file is bigger
+(like in archive) bug will happen every time.
+
+Regards,
+Dejan
More information about the mono-bugs
mailing list