It's worth mentioning that I am getting an exception error when I try and create a new report or edit and existing report.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at SWCharGen.frmEditReport.ChangeSampleColumns()
at SWCharGen.frmEditReport.dvgSample_ColumnWidthChanged(Object sender, DataGridViewColumnEventArgs e)
at System.Windows.Forms.DataGridView.OnColumnWidthChanged(DataGridViewColumnEventArgs e)
at System.Windows.Forms.DataGridView.OnBandThicknessChanged(DataGridViewBand dataGridViewBand)
at System.Windows.Forms.DataGridViewBand.set_ThicknessInternal(Int32 value)
at System.Windows.Forms.DataGridViewBand.set_Thickness(Int32 value)
at SWCharGen.DpiForm.ScaleGrid(DataGridView grid)
at SWCharGen.DpiForm.CheckForGrids(Control ctl)
at SWCharGen.DpiForm.CheckForGrids(Control ctl)
at SWCharGen.DpiForm.CheckForGrids(Control ctl)
at SWCharGen.DpiForm.CheckForGrids(Control ctl)
at SWCharGen.DpiForm.PrepareForm()
at SWCharGen.DpiForm.OnLoad(EventArgs e)
at SWCharGen.frmEditReport.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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)