See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OverflowException: Overflow error. at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) at System.Windows.Forms.ButtonBase.DrawText(Graphics g, Rectangle r, Color c, ColorData colors, Boolean disabledText3D) at System.Windows.Forms.ButtonBase.PaintField(PaintEventArgs e, LayoutData layout, ColorData colors, Color foreColor, Boolean drawFocus) at System.Windows.Forms.ButtonBase.PaintWorker(PaintEventArgs e, Boolean up, CheckState state) at System.Windows.Forms.ButtonBase.PaintUp(PaintEventArgs e, CheckState state) at System.Windows.Forms.ButtonBase.PaintStandard(PaintEventArgs pevent) at System.Windows.Forms.ButtonBase.PaintControl(PaintEventArgs pevent) at System.Windows.Forms.ButtonBase.OnPaint(PaintEventArgs pevent) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) 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.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2407 CodeBase: file:///g:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- vpxClient Assembly Version: 2.0.2.0 Win32 Version: 2.0.2.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/vpxClient.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2300 CodeBase: file:///g:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- VirtualInfrastructure Assembly Version: 2.0.0.0 Win32 Version: 2.0.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/VirtualInfrastructure.DLL ---------------------------------------- Interop.VMDBCOMLib Assembly Version: 10.0.0.0 Win32 Version: 10.0.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/Interop.VMDBCOMLib.DLL ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2407 CodeBase: file:///g:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- VMware.CustomControls Assembly Version: 2.0.0.0 Win32 Version: 2.0.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/VMware.CustomControls.DLL ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2300 CodeBase: file:///g:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2300 CodeBase: file:///g:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- RegexAssembly2_0 Assembly Version: 0.0.0.0 Win32 Version: n/a CodeBase: ---------------------------------------- AxInterop.TomSawyer Assembly Version: 5.5.0.0 Win32 Version: 5.5.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/AxInterop.TomSawyer.DLL ---------------------------------------- Interop.TomSawyer Assembly Version: 5.5.0.0 Win32 Version: 5.5.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/Interop.TomSawyer.DLL ---------------------------------------- Accessibility Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///g:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll ---------------------------------------- AxInterop.QuickMksAxLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/AxInterop.QuickMksAxLib.DLL ---------------------------------------- Interop.QuickMksAxLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Program%20Files/VMware/VMware%20Virtual%20Infrastructure%20Client%202.0/Interop.QuickMksAxLib.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog.