I get an error disconnecting from time to time and when the error occurs it prevents Toad from closing. Once that happens, the only way to close Toad is to go to the Windows Task Manager and end the process. The error message is as follows: 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)
↧