Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Last modified 14 years ago

#421 closed defect

Right-click in the Pluginmanager Console causes NullReferenceException — at Initial Version

Reported by: abeham Owned by: gkronber
Priority: high Milestone: HeuristicLab 3.3.0
Component: ZZZ OBSOLETE: PluginInfrastructure.GUI Version: 3.2
Keywords: Cc:

Description

Reproduce:

  1. Open HeuristicLab Starter
  2. Open Plugin Manager
  3. Right-click anywhere in the list of plugins

This exception is thrown: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

bei HeuristicLab.PluginInfrastructure.GUI.ManagerForm.listView_MouseDown(Object sender, MouseEventArgs e) bei System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) bei System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) bei System.Windows.Forms.ListView.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Change History (0)

Note: See TracTickets for help on using tickets.