Advertisement
Guest User

Untitled

a guest
Sep 27th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.OverflowException: Arithmetic operation resulted in an overflow.
  6. at Forms.UsageForm.WndProc(Message& msg)
  7. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  8. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  9.  
  10.  
  11. ************** Loaded Assemblies **************
  12. mscorlib
  13. Assembly Version: 2.0.0.0
  14. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  15. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  16. ----------------------------------------
  17. BroadbandUsageMeter
  18. Assembly Version: 1.0.0.0
  19. Win32 Version: 1.0.0.0
  20. CodeBase: file:///C:/Program%20Files%20(x86)/eircom/eircom%20broadband%20usage%20meter/BroadbandUsageMeter.exe
  21. ----------------------------------------
  22. System.Windows.Forms
  23. Assembly Version: 2.0.0.0
  24. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  25. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  26. ----------------------------------------
  27. System
  28. Assembly Version: 2.0.0.0
  29. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  30. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  31. ----------------------------------------
  32. System.Drawing
  33. Assembly Version: 2.0.0.0
  34. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  35. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  36. ----------------------------------------
  37. Plugin
  38. Assembly Version: 1.0.0.0
  39. Win32 Version: 1.0.0.0
  40. CodeBase: file:///C:/Program%20Files%20(x86)/eircom/eircom%20broadband%20usage%20meter/Plugin.DLL
  41. ----------------------------------------
  42. System.Xml
  43. Assembly Version: 2.0.0.0
  44. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  45. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 2.0.0.0
  49. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  50. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52.  
  53. ************** JIT Debugging **************
  54. To enable just-in-time (JIT) debugging, the .config file for this
  55. application or computer (machine.config) must have the
  56. jitDebugging value set in the system.windows.forms section.
  57. The application must also be compiled with debugging
  58. enabled.
  59.  
  60. For example:
  61.  
  62. <configuration>
  63. <system.windows.forms jitDebugging="true" />
  64. </configuration>
  65.  
  66. When JIT debugging is enabled, any unhandled exception
  67. will be sent to the JIT debugger registered on the computer
  68. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement