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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78931 --- shadow/78931 2006-07-28 08:18:44.000000000 -0400 +++ shadow/78931.tmp.24801 2006-07-28 08:24:15.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78931 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: -Status: VERIFIED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -84,6 +84,132 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-07-27 18:10 ------- for me ------- Additional Comments From [EMAIL PROTECTED] 2006-07-27 18:10 ------- Fixed. + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-28 08:24 ------- +Sorry, have to reopen the bug. + +I'm still getting that exception. This time not after startup but when +I double click a method: + + + +[Please describe what might have caused this error.] + +Exception has been thrown by the target of an invocation. + +System.Reflection.TargetInvocationException + + at System.Reflection.MonoMethod.Invoke (System.Object obj, +BindingFlags invokeAttr, System.Reflection.Binder binder, +System.Object[] parameters, System.Globalization.CultureInfo culture) +[0x00000] + at System.Reflection.MethodBase.Invoke (System.Object obj, +System.Object[] parameters) [0x00000] + at [].[] () [0x00000] + at [].[] () [0x00000] + +InnerException: + +Value '-3' must be greater than or equal to 0. + +System.Exception + + at System.Windows.Forms.ScrollBar.set_LargeChange (Int32 value) +[0x00000] + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.ScrollBar:set_LargeChange (int) + at System.Windows.Forms.ListView.CalculateScrollBars () [0x00000] + at System.Windows.Forms.ListView.CalculateListView +(ListViewAlignment align) [0x00000] + at System.Windows.Forms.ListView.ListView_SizeChanged (System.Object +sender, System.EventArgs e) [0x00000] + at (wrapper delegate-invoke) +System.MulticastDelegate:invoke_void_object_EventArgs +(object,System.EventArgs) + at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e) +[0x00000] + at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, +Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) +[0x00000] + at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, +Int32 width, Int32 height) [0x00000] + at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, +Int32 width, Int32 height, BoundsSpecified specified) [0x00000] + at System.Windows.Forms.Control.SetBounds (Int32 x, Int32 y, Int32 +width, Int32 height) [0x00000] + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.Control:SetBounds (int,int,int,int) + at System.Windows.Forms.Control.PerformLayout +(System.Windows.Forms.Control affectedControl, System.String +affectedProperty) [0x00000] + at System.Windows.Forms.Control.OnResize (System.EventArgs e) [0x00000] + at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e) +[0x00000] + at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, +Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) +[0x00000] + at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, +Int32 width, Int32 height) [0x00000] + at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, +Int32 width, Int32 height, BoundsSpecified specified) [0x00000] + at System.Windows.Forms.Control.SetBounds (Int32 x, Int32 y, Int32 +width, Int32 height) [0x00000] + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.Control:SetBounds (int,int,int,int) + at System.Windows.Forms.Control.PerformLayout +(System.Windows.Forms.Control affectedControl, System.String +affectedProperty) [0x00000] + at System.Windows.Forms.Control.PerformLayout () [0x00000] + at System.Windows.Forms.ScrollableControl.OnVisibleChanged +(System.EventArgs e) [0x00000] + at System.Windows.Forms.Control.OnParentVisibleChanged +(System.EventArgs e) [0x00000] + at System.Windows.Forms.Control.OnVisibleChanged (System.EventArgs +e) [0x00000] + at System.Windows.Forms.Control.SetVisibleCore (Boolean value) +[0x00000] + at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] + at (wrapper remoting-invoke-with-check) +System.Windows.Forms.Control:set_Visible (bool) + at [].[] (System.String A_0) [0x00000] + at (wrapper remoting-invoke-with-check) []:[] (string) + at []+[].[] (Boolean A_0) [0x00000] + at [].[] () [0x00000] + at [].[] () [0x00000] + at [].OnMouseDown (System.Windows.Forms.MouseEventArgs e) [0x00000] + at System.Windows.Forms.Control.WndProc +(System.Windows.Forms.Message m) [0x00000] + at System.Windows.Forms.TreeView.WndProc +(System.Windows.Forms.Message m) [0x00000] + at [].[] (System.Windows.Forms.Message A_0) [0x00000] + at System.Windows.Forms.Control+ControlNativeWindow.WndProc +(System.Windows.Forms.Message m) [0x00000] + at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, +IntPtr wParam, IntPtr lParam) [0x00000] + at System.Windows.Forms.XplatUIX11.DispatchMessage +(System.Windows.Forms.MSG msg) [0x00000] + at System.Windows.Forms.XplatUI.DispatchMessage +(System.Windows.Forms.MSG msg) [0x00000] + at System.Windows.Forms.Application.RunLoop (Boolean Modal, +System.Windows.Forms.ApplicationContext context) [0x00000] + at System.Windows.Forms.Application.Run (System.Windows.Forms.Form +mainForm) [0x00000] + at Reflector.Application.ApplicationManager.Run () [0x00000] + at <0x00000> <unknown method> + at (wrapper managed-to-native) +System.Reflection.MonoMethod:InternalInvoke (object,object[]) + at System.Reflection.MonoMethod.Invoke (System.Object obj, +BindingFlags invokeAttr, System.Reflection.Binder binder, +System.Object[] parameters, System.Globalization.CultureInfo culture) +[0x00000] + + + + +.NET Reflector 4.2.45.0 +.NET Framework 1.1.4322.2032 +Unix 2.6.15.23 + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
