Version: v. 1.4.5
Internal Version: 1.4.5.0
Message: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.
Stack Trace: at System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
at System.ComponentModel.BackgroundWorker.RunWorkerAsync()
at PTM.View.Controls.TasksLogControl.GetLogsAsync()
at PTM.View.Controls.TasksLogControl.logDate_ValueChanged(Object sender, EventArgs e)
at System.Windows.Forms.DateTimePicker.OnValueChanged(EventArgs eventargs)
at System.Windows.Forms.DateTimePicker.set_Value(DateTime value)
at PTM.View.Controls.TasksLogControl.CheckCurrentDayChanged()
at PTM.View.Controls.TasksLogControl.TasksLog_LogChanged(LogChangeEventArgs e)
at PTM.Framework.Logs.LogChangeEventHandler.Invoke(LogChangeEventArgs e)
at PTM.Framework.Logs.AddLog(Int32 taskId)
at PTM.Framework.Logs.AddIdleTaskLog()
at PTM.View.Controls.TasksLogControl.AddIdleTaskLog()
at PTM.View.Controls.TasksLogControl.notifyPopup_Closed(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripDropDown.OnClosed(ToolStripDropDownClosedEventArgs e)
at PopupControl.Popup.OnClosed(ToolStripDropDownClosedEventArgs e)
at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
at PopupControl.Popup.SetVisibleCore(Boolean visible)
at System.Windows.Forms.ToolStripDropDown.set_Visible(Boolean value)
at System.Windows.Forms.ToolStripManager.ModalMenuFilter.CloseActiveDropDown(ToolStripDropDown activeToolStripDropDown, ToolStripDropDownCloseReason reason)
at System.Windows.Forms.ToolStripManager.ModalMenuFilter.ProcessMouseButtonPressed(IntPtr hwndMouseMessageIsFrom, Int32 x, Int32 y)
at System.Windows.Forms.ToolStripManager.ModalMenuFilter.PreFilterMessage(Message& m)
at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 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 PTM.MainClass.Launch()
at PTM.MainClass.Main()