[Mono-bugs] [Bug 78931][Nor] New - Reflector doesn't work anymore (ScrollBar AE)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 23 04:29:57 EDT 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 alex.olk at googlemail.com.

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

--- shadow/78931	2006-07-23 04:29:57.000000000 -0400
+++ shadow/78931.tmp.3724	2006-07-23 04:29:57.000000000 -0400
@@ -0,0 +1,83 @@
+Bug#: 78931
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: alex.olk at googlemail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Reflector doesn't work anymore (ScrollBar AE)
+
+Reflector doesn't start anymore. All you get is a System.ArgumentException
+caused by ScrollBar:
+
+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:
+
+'-1' is not a valid value for 'Value'. 'Value' should be between 'Minimum'
+and 'Maximum'
+
+System.ArgumentException
+
+  at System.Windows.Forms.ScrollBar.SetValue (Int32 value) [0x00000] 
+  at System.Windows.Forms.ScrollBar.UpdatePos (Int32 newPos, Boolean
+update_thumbpos) [0x00000] 
+  at System.Windows.Forms.ScrollBar.SetValues (Int32 minimum, Int32
+maximum, Int32 small_change, Int32 large_change) [0x00000] 
+  at System.Windows.Forms.ScrollBar.SetValues (Int32 maximum, Int32
+large_change) [0x00000] 
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.ScrollBar:SetValues (int,int)
+  at System.Windows.Forms.TreeView.UpdateScrollBars () [0x00000] 
+  at System.Windows.Forms.TreeView.SizeChangedHandler (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 () [0x00000] 
+  at System.Windows.Forms.Control.CreateHandle () [0x00000] 
+  at System.Windows.Forms.TreeView.CreateHandle () [0x00000] 
+  at System.Windows.Forms.Control.CreateControl () [0x00000] 
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:CreateControl ()
+  at System.Windows.Forms.Control.CreateControl () [0x00000] 
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:CreateControl ()
+  at System.Windows.Forms.Control.CreateControl () [0x00000] 
+  at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] 
+  at System.Windows.Forms.Form.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.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]


More information about the mono-bugs mailing list