Advertisement
Guest User

exception

a guest
Dec 5th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 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.NullReferenceException: Object reference not set to an instance of an object.
  6. at ATicrt.Form1.SaveRebootButton_Click(Object sender, EventArgs e)
  7. at System.Windows.Forms.Control.OnClick(EventArgs e)
  8. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  9. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  10. at System.Windows.Forms.Control.WndProc(Message& m)
  11. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  12. at System.Windows.Forms.Button.WndProc(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 **************
  18. mscorlib
  19. Assembly Version: 2.0.0.0
  20. Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  22. ----------------------------------------
  23. ATicrt
  24. Assembly Version: 1.0.2.0
  25. Win32 Version: 1.0.2.0
  26. CodeBase: file:///C:/Users/David/Downloads/ATicrt1.02/ATicrt/ATicrt.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 2.0.0.0
  30. Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
  31. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
  36. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  41. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43.  
  44. ************** JIT Debugging **************
  45. To enable just-in-time (JIT) debugging, the .config file for this
  46. application or computer (machine.config) must have the
  47. jitDebugging value set in the system.windows.forms section.
  48. The application must also be compiled with debugging
  49. enabled.
  50.  
  51. For example:
  52.  
  53. <configuration>
  54. <system.windows.forms jitDebugging="true" />
  55. </configuration>
  56.  
  57. When JIT debugging is enabled, any unhandled exception
  58. will be sent to the JIT debugger registered on the computer
  59. rather than be handled by this dialog box.
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement