Guest User

Untitled

a guest
Feb 3rd, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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.DivideByZeroException: Attempted to divide by zero.
  6. at .(Int32 )
  7. at .(Int32 )
  8. at .(Int32 )
  9. at System.Windows.Forms.ListControl.OnSelectedValueChanged(EventArgs e)
  10. at System.Windows.Forms.ComboBox.OnSelectedValueChanged(EventArgs e)
  11. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  12. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  13. at .()
  14. at .(Object , EventArgs )
  15. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  16. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  17. at System.Windows.Forms.Control.CreateControl()
  18. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  19. at System.Windows.Forms.Control.WndProc(Message& m)
  20. at .WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  22. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  23.  
  24.  
  25. ************** Loaded Assemblies **************
  26. mscorlib
  27. Assembly Version: 2.0.0.0
  28. Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  30. ----------------------------------------
  31. nvidiaInspector
  32. Assembly Version: 1.9.6.9
  33. Win32 Version: 1.9.6.9
  34. CodeBase: file:///D:/Downloads/nvidiaInspector%20(6)/nvidiaInspector.exe
  35. ----------------------------------------
  36. System
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  39. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  40. ----------------------------------------
  41. System.Management
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  45. ----------------------------------------
  46. System.Windows.Forms
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  50. ----------------------------------------
  51. System.Drawing
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  55. ----------------------------------------
  56. System.Xml
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  59. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  60. ----------------------------------------
  61.  
  62. ************** JIT Debugging **************
  63. To enable just-in-time (JIT) debugging, the .config file for this
  64. application or computer (machine.config) must have the
  65. jitDebugging value set in the system.windows.forms section.
  66. The application must also be compiled with debugging
  67. enabled.
  68.  
  69. For example:
  70.  
  71. <configuration>
  72. <system.windows.forms jitDebugging="true" />
  73. </configuration>
  74.  
  75. When JIT debugging is enabled, any unhandled exception
  76. will be sent to the JIT debugger registered on the computer
  77. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment