-
Notifications
You must be signed in to change notification settings - Fork 185
right click on a row give unhandled exception LogExpert v. 1.10.0.0 #313
Description
The zip downloaded is marked as 1.11.0 but the executable inside is 1.10.0.0
After loading a 500 kbyte file in json format, the split in column works fine, I try filter, mark filter hits in log view, but when I click in whatever rows I've got the following exception
Object reference not set to an instance of an object.\n\n
NullReferenceException
at LogExpert.Controls.LogWindow.LogWindow.OnDataGridContextMenuStripOpening(Object sender, CancelEventArgs e)
at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
at System.Windows.Forms.ContextMenuStrip.SetVisibleCore(Boolean visible)
at System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
at System.Windows.Forms.DataGridView.WmContextMenu(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
Also filter to new tab in the filter results give another exception
Operation is not supported on this platform.\n\n
PlatformNotSupportedException
at System.Windows.Forms.MethodInvoker.BeginInvoke(AsyncCallback callback, Object object)
at LogExpert.Controls.LogWindow.LogWindow.FilterToTab()
at LogExpert.Controls.LogWindow.LogWindow.OnFilterToTabToolStripMenuItemClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)