When I start up XMM 8 it crashes on startup. It happened after I upgraded to 8.0.1.7. The error I get is "Object reference not set to an instance of an object".
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 DevExpress.XtraWaitForm.ProgressPanelViewInfo.get_ShouldDrawDescription() at DevExpress.XtraWaitForm.ProgressPanelViewInfo.GetCaptionCorner(Graphics g) at DevExpress.XtraWaitForm.ProgressPanelViewInfo.GetCaptionBounds(ControlGraphicsInfoArgs info) at DevExpress.XtraWaitForm.ProgressPanelPainter.DrawCaption(ControlGraphicsInfoArgs info) at DevExpress.XtraWaitForm.ProgressPanelPainter.DrawContent(ControlGraphicsInfoArgs info) at DevExpress.XtraEditors.Drawing.BaseControlPainter.Draw(ControlGraphicsInfoArgs info) at DevExpress.XtraEditors.BaseControl.OnPaint(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m) at DevExpress.XtraEditors.BaseControl.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)
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.