R
Ricky Jimenez
Flightless Bird
Every time I log onto my Win 7 64bit machine, I get this message soon
after. I click to make it go away and don't seem to have any
problems. I don't understand what applications config file is causing
it. Anybody out there can explain?
-----------------------------------------------------------------------
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=1722,Y=1080}.' The point is not contained within the visible
bounds of any screen.
Parameter name: point
Actual value was {X=1722,Y=1080}.
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.4952 (win7RTMGDR.050727-4900)
CodeBase:
file
//C
Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
DataSafeOnline
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
CodeBase:
file
//C
Program%20Files%20(x86)/Dell%20DataSafe%20Online/DataSafeOnline.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
//C
Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
SdbShared
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
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.4927 (NetFXspW7.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.12260
Win32 Version: 1.1.0.12260
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.4927 (NetFXspW7.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.4927 (NetFXspW7.050727-4900)
CodeBase:
file
//C
Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
SdbShared.XmlSerializers
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
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.4927 (NetFXspW7.050727-4900)
CodeBase:
file
//C
Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
mxfy611o
Assembly Version: 1.1.0.12260
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
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.
after. I click to make it go away and don't seem to have any
problems. I don't understand what applications config file is causing
it. Anybody out there can explain?
-----------------------------------------------------------------------
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=1722,Y=1080}.' The point is not contained within the visible
bounds of any screen.
Parameter name: point
Actual value was {X=1722,Y=1080}.
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.4952 (win7RTMGDR.050727-4900)
CodeBase:
file
----------------------------------------
DataSafeOnline
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
CodeBase:
file
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
SdbShared
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
CodeBase:
file
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
BalloonWindow
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase:
file
----------------------------------------
SdbUI
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
CodeBase:
file
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
SdbShared.XmlSerializers
Assembly Version: 1.1.0.12260
Win32 Version: 1.1.0.12260
CodeBase:
file
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
mxfy611o
Assembly Version: 1.1.0.12260
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase:
file
----------------------------------------
************** 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.