You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.Docking.DockPaneStripBase.OnMouseMove(MouseEventArgs e) in c:\projects\public\scm\dockpanelsuite.git\WinFormsUI\Docking\DockPaneStripBase.cs:line 217
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Can you do some debugging to see which variable is null when this exception occurs? Without that piece of information, it is very hard to reproduce it.
Hi lextm,
I'm having the same NullReferenceException in branch 3.0.
Bug steps to reproduce:
-Run DockSample project
-Create two dummy document (Document1, Document2)
-Dock Document2 to right of Document1
-Double click on the TabText of Document2 (to change Dockstate as float)
-Exception occurs.
Got this exception
Here's the faulty statement
The text was updated successfully, but these errors were encountered: