So I opened Toad, connected to my DB and did some work. Then I went to disconnect and I get: -------------- System.ArgumentNullException Value cannot be null. Stack Trace: at System.Threading.Monitor.ReliableEnterTimeout(Object obj, Int32 timeout, Boolean& lockTaken) at Quest.Toad.Debugger.DebugProviderBase.Cancel() at Quest.Toad.Debugger.DebugProviderBase.Dispose(Boolean disp) at Quest.Toad.Debugger.DebugProviderBase.Dispose() at Quest.Toad.Debugger.DebugClient.CloseDebugging(Connection connection) at Quest.Toad.Debugger.DebugClient.ConnectionClosingHandler(Object sender, ConnectionClosingEventArgs e) at Quest.Toad.Notification.NotificationManager.InternalConnectionClosing(Object sender, ConnectionClosingEventArgs args) at Quest.Toad.Notification.NotificationManager.ConnectionClosing(Object sender, Connection connection) at Quest.Toad.Db.Connection.Close() at Quest.Toad.ConnectionManager.ConnectionControl.disconnectItem_ItemClick(Object sender, ItemClickEventArgs e) at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link) at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link) at DevExpress.XtraBars.BarItemLink.OnLinkClick() at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs) at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs) at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs) at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link) at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link) at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg) 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) ------------- and if I try to close the program I get: --------------- System.ArgumentNullException Value cannot be null. Stack Trace: at System.Threading.Monitor.ReliableEnterTimeout(Object obj, Int32 timeout, Boolean& lockTaken) at Quest.Toad.Debugger.DebugProviderBase.Cancel() at Quest.Toad.Debugger.DebugProviderBase.Dispose(Boolean disp) at Quest.Toad.Debugger.DebugProviderBase.Dispose() at Quest.Toad.Debugger.DebugClient.CloseDebugging(Connection connection) at Quest.Toad.Debugger.DebugClient.ConnectionClosingHandler(Object sender, ConnectionClosingEventArgs e) at Quest.Toad.Notification.NotificationManager.InternalConnectionClosing(Object sender, ConnectionClosingEventArgs args) at Quest.Toad.Notification.NotificationManager.ConnectionClosing(Object sender, Connection connection) at Quest.Toad.Gui.MainForm.OnFormClosing(FormClosingEventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg) at Quest.Toad.Gui.MainForm.WndProc(Message& msg) 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) ------------------
↧