Microsoft .NET Framework JIT debugging error
Every time my computer boots up, I receive the following error message. How do I resolve it? Thanks in advance. Microsoft .NET Framework Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately Cannot anchor balloon at position ‘{X=1685,Y=1027}.’ The point is not contained within the visible bounds of any screen. Parameter name: point Acutal value was {X-1685,Y+1027}. ____________________________________________________________ See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Cannot anchor balloon at position '{X=1685,Y=1027}.' The point is not contained within the visible bounds of any screen. Parameter name: point Actual value was {X=1685,Y=1027}. at Rilling.Common.UI.Forms.BalloonWindow.MoveAnchorTo(Point point, Point pivot) at Rilling.Common.UI.Forms.BalloonWindow.MoveAnchorTo(Point point) at Rilling.Common.UI.Forms.BalloonWindow.Show(Point pt) at Swapdrive.Client.Screens.FormMain.ShowCustomBalloon(CustomBalloonType balloonType) at Swapdrive.Client.Screens.FormMain.OnTimer(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- DataSafeOnline Assembly Version: 1.1.0.12658 Win32 Version: 1.1.0.12658 CodeBase: file:///C:/Program%20Files%20(x86)/Dell%20DataSafe%20Online/DataSafeOnline.exe ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5442 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- SdbShared Assembly Version: 1.1.0.12658 Win32 Version: 1.1.0.12658 CodeBase: file:///C:/Program%20Files%20(x86)/Dell%20DataSafe%20Online/SdbShared.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- BalloonWindow Assembly Version: 1.2.0.0 Win32 Version: 1.2.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Dell%20DataSafe%20Online/BalloonWindow.DLL ---------------------------------------- SdbUI Assembly Version: 1.1.0.12658 Win32 Version: 1.1.0.12658 CodeBase: file:///C:/Program%20Files%20(x86)/Dell%20DataSafe%20Online/SdbUI.DLL ---------------------------------------- System.Web.Services Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- SdbShared.XmlSerializers Assembly Version: 1.1.0.12658 Win32 Version: 1.1.0.12658 CodeBase: file:///C:/Program%20Files%20(x86)/Dell%20DataSafe%20Online/SdbShared.XmlSerializers.DLL ---------------------------------------- System.Management Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- hzhvcqa5 Assembly Version: 1.1.0.12658 Win32 Version: 2.0.50727.5442 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- ************** 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. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 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. EmeraldAria
July 16th, 2011 9:24am

Hi EmeraldAria, Thanks for the post! Temorarily turn off the firewall/anti-virus software. Restart the computer to check if the issue persists. In addition, do a Clean Boot in case of any third-party software conflicts. Regards, MiyaThis posting is provided "AS IS" with no warranties, and confers no rights. | Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
July 19th, 2011 1:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics