Open GoogleCodeExporter opened 8 years ago
Hmm, interesting.
Original comment by grahamr...@gmail.com
on 30 Mar 2010 at 4:46
Getting this one when reloading a dll in 3.2 build 505:
System.ArgumentOutOfRangeException: Value of '5' is not valid for 'Value'.
'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
ParamName: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at Gallio.UI.ProgressMonitoring.ToolStripProgressBar.set_CompletedWork(Double value)
at Gallio.Icarus.Main.<.ctor>b__a(Object s, PropertyChangedEventArgs e)
at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e)
at Gallio.UI.DataBinding.Observable`1.OnPropertyChanged()
at Gallio.UI.DataBinding.Observable`1.<set_Value>b__4(Object )
Reported by:
UnhandledExceptionPolicy
at Gallio.Icarus.IcarusProgram.<UnhandledErrorPolicy>b__5(Object sender, ThreadExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at Gallio.UI.ErrorReporting.ErrorDialogUnhandledExceptionHandler.RunApplicationWithHandler(Form mainForm)
at Gallio.Icarus.IcarusProgram.RunImpl(String[] args)
at Gallio.Runtime.ConsoleSupport.ConsoleProgram`1.Run(IRichConsole console, String[] args) in c:\Server\Projects\MbUnit v3.2\Work\src\Gallio\Gallio\Runtime\ConsoleSupport\ConsoleProgram.cs:line 198
at Gallio.Icarus.IcarusProgram.Main(String[] args)
Original comment by gmcdonald@vividas.com
on 12 Jul 2010 at 2:11
Also getting this.
Original comment by dmitrinesteruk
on 17 Aug 2010 at 7:42
Original issue reported on code.google.com by
gmcdonald@vividas.com
on 30 Mar 2010 at 3:44