Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 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 CFLayoutEditor.frmMain.UpdateCameraPos(Object sender, EventArgs e)
  7. at System.Windows.Forms.NumericUpDown.OnValueChanged(EventArgs e)
  8. at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
  9. at System.Windows.Forms.NumericUpDown.UpButton()
  10. at System.Windows.Forms.UpDownBase.OnUpDown(Object source, UpDownEventArgs e)
  11. at System.Windows.Forms.UpDownBase.UpDownButtons.OnUpDown(UpDownEventArgs upevent)
  12. at System.Windows.Forms.UpDownBase.UpDownButtons.BeginButtonPress(MouseEventArgs e)
  13. at System.Windows.Forms.UpDownBase.UpDownButtons.OnMouseDown(MouseEventArgs e)
  14. at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. CFLayoutEditor
  28. Assembly Version: 1.0.0.0
  29. Win32 Version: 1.0.0.0
  30. CodeBase: file:///C:/Users/Daniel%20Gardner/Desktop/CoverflowLayoutEditor/CFLayoutEditor.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52. System.Xml
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  56. ----------------------------------------
  57.  
  58. ************** JIT Debugging **************
  59. To enable just-in-time (JIT) debugging, the .config file for this
  60. application or computer (machine.config) must have the
  61. jitDebugging value set in the system.windows.forms section.
  62. The application must also be compiled with debugging
  63. enabled.
  64.  
  65. For example:
  66.  
  67. <configuration>
  68. <system.windows.forms jitDebugging="true" />
  69. </configuration>
  70.  
  71. When JIT debugging is enabled, any unhandled exception
  72. will be sent to the JIT debugger registered on the computer
  73. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement