VirtualBox

Ticket #13684: unhandled exception.txt

File unhandled exception.txt, 3.5 KB (added by lucsi, 10 years ago)
Line 
1See the end of this message for details on invoking
2just-in-time (JIT) debugging instead of this dialog box.
3
4************** Exception Text **************
5System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
6 at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
7 at System.DateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond)
8 at MLControl.Comm.Decodeing.ReadCyclePara()
9 at BPA.mainFrm.DeviceConnectedFunc(Object sender, EventArgs e)
10 at MLControl.Comm.Decodeing.CheckDeviceConnect()
11 at BPA.mainFrm.WndProc(Message& aMessage)
12 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
13 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
14 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
15
16
17************** Loaded Assemblies **************
18mscorlib
19 Assembly Version: 2.0.0.0
20 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
21 CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
22----------------------------------------
23BPA32
24 Assembly Version: 1.0.3764.21867
25 Win32 Version: 1.0.3764.21867
26 CodeBase: file:///C:/Program%20Files/Medisana/Medisana%20BPA%203.2%20English/BPA32.exe
27----------------------------------------
28System.Windows.Forms
29 Assembly Version: 2.0.0.0
30 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
31 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
32----------------------------------------
33System
34 Assembly Version: 2.0.0.0
35 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
36 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
37----------------------------------------
38System.Drawing
39 Assembly Version: 2.0.0.0
40 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
41 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
42----------------------------------------
43MLControl
44 Assembly Version: 1.0.3764.21859
45 Win32 Version: 1.0.3764.21859
46 CodeBase: file:///C:/Program%20Files/Medisana/Medisana%20BPA%203.2%20English/MLControl.DLL
47----------------------------------------
48BPAControl
49 Assembly Version: 1.0.3764.21863
50 Win32 Version: 1.0.3764.21863
51 CodeBase: file:///C:/Program%20Files/Medisana/Medisana%20BPA%203.2%20English/BPAControl.DLL
52----------------------------------------
53System.Data
54 Assembly Version: 2.0.0.0
55 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
56 CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
57----------------------------------------
58System.Xml
59 Assembly Version: 2.0.0.0
60 Win32 Version: 2.0.50727.42 (RTM.050727-4200)
61 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
62----------------------------------------
63
64************** JIT Debugging **************
65To enable just-in-time (JIT) debugging, the .config file for this
66application or computer (machine.config) must have the
67jitDebugging value set in the system.windows.forms section.
68The application must also be compiled with debugging
69enabled.
70
71For example:
72
73<configuration>
74 <system.windows.forms jitDebugging="true" />
75</configuration>
76
77When JIT debugging is enabled, any unhandled exception
78will be sent to the JIT debugger registered on the computer
79rather than be handled by this dialog box.
80
81
82

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy