Issue 99: InvalidOperationException in PreviewReportDlg.SetResults

Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:3
Milestone:2.1
Opened:2011-10-12 14:16 by Brendan MacLean
Changed:2013-08-09 17:14 by Brendan MacLean
Resolved:2013-08-09 17:12 by Nick Shulman
Resolution:Fixed
Closed:2013-08-09 17:14 by Brendan MacLean
2011-10-12 14:16 Brendan MacLean
Title»InvalidOperationException in PreviewReportDlg.SetResults
Assigned To»nicksh@u.washington.edu
Type»Defect
Area»Skyline
Priority»3
Milestone»1.2
Skyline version: 1.1.1.3021
Installation ID: 55fed048-4f55-41cc-a5e5-cd08f1edfb86
Exception type: System.InvalidOperationException
Error message: Sum of the columns' FillWeight values cannot exceed 65535.

Stack trace:
   at System.Windows.Forms.DataGridView.OnAddingColumn(DataGridViewColumn dataGridViewColumn)
   at System.Windows.Forms.DataGridViewColumnCollection.Add(DataGridViewColumn dataGridViewColumn)
   at pwiz.Skyline.FileUI.PreviewReportDlg.SetResults(ResultSet resultSet)
   at pwiz.Skyline.FileUI.PivotReportDlg.ShowPreview()
   at pwiz.Skyline.FileUI.PivotReportDlg.btnExecute_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   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)

2013-08-09 16:18 Brendan MacLean
Milestone1.2»2.1
Same question. This is rather old. Should it just be resolved not repro and closed?

2013-08-09 17:12 Nick Shulman
resolve as Fixed
Statusopen»resolved
Assigned ToNick Shulman»Brendan MacLean
Fixed in r4603

2013-08-09 17:14 Brendan MacLean
close
Statusresolved»closed
Assigned ToBrendan MacLean»Guest