Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
  6. at nitropot.ExpForm.ResetUi(Boolean actual)
  7. at nitropot.ExpForm.Looper(Object sender, EventArgs e)
  8. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  9. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  10. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  11.  
  12.  
  13. ************ Loaded Assemblies ************
  14. mscorlib
  15. Assembly Version: 4.0.0.0
  16. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  18. ----------------------------------------
  19. nitropot
  20. Assembly Version: 1.0.0.0
  21. Win32 Version: 1.0.0.0
  22. CodeBase: file:///C:/Users/Ken/Downloads/nitropot.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  27. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  28. ----------------------------------------
  29. System.Drawing
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. Accessibility
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  43. ----------------------------------------
  44.  
  45. ************ JIT Debugging ************
  46. To enable just-in-time (JIT) debugging, the .config file for this
  47. application or computer (machine.config) must have the
  48. jitDebugging value set in the system.windows.forms section.
  49. The application must also be compiled with debugging
  50. enabled.
  51.  
  52. For example:
  53.  
  54. <configuration>
  55. <system.windows.forms jitDebugging="true" />
  56. </configuration>
  57.  
  58. When JIT debugging is enabled, any unhandled exception
  59. will be sent to the JIT debugger registered on the computer
  60. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement