Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 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 Elysian.Main.button4_Click(Object sender, EventArgs e)
  7. at System.Windows.Forms.Control.OnClick(EventArgs e)
  8. at System.Windows.Forms.Button.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  10. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  11. at System.Windows.Forms.Control.WndProc(Message& m)
  12. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  13. at System.Windows.Forms.Button.WndProc(Message& m)
  14. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 4.0.0.0
  22. Win32 Version: 4.8.3928.0 built by: NET48REL1
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  24. ----------------------------------------
  25. Elysian
  26. Assembly Version: 1.0.0.0
  27. Win32 Version: 1.0.0.0
  28. CodeBase: file:///C:/Users/a/Desktop/Elysian/Elysian.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.8.3928.0 built by: NET48REL1
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.8.3928.0 built by: NET48REL1
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.8.3761.0 built by: NET48REL1
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. WeAreDevs_API
  46. Assembly Version: 1.0.0.0
  47. Win32 Version: 1.0.0.0
  48. CodeBase: file:///C:/Users/a/Desktop/Elysian/WeAreDevs_API.DLL
  49. ----------------------------------------
  50. System.Configuration
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.8.3761.0 built by: NET48REL1
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  54. ----------------------------------------
  55. System.Core
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.8.3928.0 built by: NET48REL1
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  59. ----------------------------------------
  60. System.Xml
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.8.3761.0 built by: NET48REL1
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  64. ----------------------------------------
  65. Bunifu_UI_v1.5.3
  66. Assembly Version: 1.5.3.0
  67. Win32 Version: 1.5.3.0
  68. CodeBase: file:///C:/Users/a/Desktop/Elysian/Bunifu_UI_v1.5.3.DLL
  69. ----------------------------------------
  70. Microsoft.mshtml
  71. Assembly Version: 7.0.3300.0
  72. Win32 Version: 7.0.3300.0
  73. CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
  74. ----------------------------------------
  75.  
  76. ************** JIT Debugging **************
  77. To enable just-in-time (JIT) debugging, the .config file for this
  78. application or computer (machine.config) must have the
  79. jitDebugging value set in the system.windows.forms section.
  80. The application must also be compiled with debugging
  81. enabled.
  82.  
  83. For example:
  84.  
  85. <configuration>
  86. <system.windows.forms jitDebugging="true" />
  87. </configuration>
  88.  
  89. When JIT debugging is enabled, any unhandled exception
  90. will be sent to the JIT debugger registered on the computer
  91. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement