Reply to thread

Getting the same exeption


(Just from renameing more than 1 file)



************** Exception Text **************

System.ArgumentOutOfRangeException: Value must be between Minimum and Maximum

Parameter name: value

   at Elegant.Ui.ProgressBar.set_Value(Int32 value)

   at MPTagThat.GridView.GridViewTracks.SaveAll(Boolean showProgressDialog)

   at MPTagThat.GridView.GridViewTracks.CheckForChanges()

   at MPTagThat.Main.RefreshTrackList()

   at MPTagThat.RibbonControl.Refresh_Executed(Object sender, CommandExecutedEventArgs e)

   at Elegant.Ui.Command.Execute(Control invoker, Object argument)

   at Elegant.Ui.Control.ExecuteCommand()

   at Elegant.Ui.Button.OnClick(EventArgs e)

   at Elegant.Ui.ButtonBase.OnMouseUp(MouseEventArgs e)

   at Elegant.Ui.Control.Elegant.Ui.IControlInternal.InvokeMouseUp(MouseEventArgs e)

   at Elegant.Ui.Control.OnMouseUp(IControlInternal control, MouseEventArgs e)

   at Elegant.Ui.Control.OnMouseUp(MouseEventArgs e)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at Elegant.Ui.Ribbon.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)



************** Logfile  **************


2010-08-27 02:08:21.290039 [Debug][1]: >>> MPTagThat.GridView.GridViewTracks.SaveAll

2010-08-27 02:08:21.308593 [Debug][1]: Save: Saving track: C:\Music\Amelie (Soundtrack)\Amelie (Soundtrack) - 01 - J'Y Suis Jamais Alle.mp3

2010-08-27 02:08:21.334960 [Debug][1]: Save: Renaming track: C:\Music\Amelie (Soundtrack)\Amelie (Soundtrack) - 01 - J'Y Suis Jamais Alle.mp3 Newname: C:\Music\Amelie (Soundtrack)\Amelie (Soundtrack)  - 01 - J'y Suis Jamais Alle.mp3


Top Bottom