Reproduce: Open New Compare schema and try to save file using context menu on workarea tab or try to save project. Resulting error: System.ArgumentException Filter string you provided is not valid. The filter string must contain a description of the filter, followed by the vertical bar (|) and the filter pattern. The strings for different filtering options must also be separated by the vertical bar. Example: "Text files (*.txt)|*.txt|All files (*.*)|*.*" Stack Trace: w System.Windows.Forms.FileDialog.set_Filter(String value) w Quest.Toad.Gui.MainForm.RequestFileName(IEditControl editControl) w Quest.Toad.Gui.MainForm.SaveFileAs(IEditControl editControl) w Quest.Toad.Gui.MainForm.saveFileAsButton_ItemClick(Object sender, ItemClickEventArgs e) w DevExpress.XtraBars.BarItem.OnClick(BarItemLink link) w DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link) w DevExpress.XtraBars.BarItemLink.OnLinkClick() w DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs) w DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs) w DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs) w DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link) w DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link) w DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e) w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) w System.Windows.Forms.Control.WndProc(Message& m) w System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
↧