Advertisement
Guest User

Untitled

a guest
Aug 13th, 2013
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 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.  
  5. ************** Exception Text **************
  6. System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
  7. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  8. at MGEgui.DistantLand.DistantLandForm.LoadSettings()
  9. at MGEgui.DistantLand.DistantLandForm..ctor(Boolean exists)
  10. at MGEgui.MainForm.bDistantLandWizard_Click(Object sender, EventArgs e)
  11. at System.Windows.Forms.Control.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  14. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  17. at System.Windows.Forms.Button.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 2.0.0.0
  27. Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  29. ----------------------------------------
  30. MGEXEgui
  31. Assembly Version: 0.9.0.0
  32. Win32 Version: 0.9
  33. CodeBase: file:///C:/Program%20Files%20(x86)/Bethesda%20Softworks/Morrowind/MGEXEgui.exe
  34. ----------------------------------------
  35. System
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Windows.Forms
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
  43. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  44. ----------------------------------------
  45. System.Drawing
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  48. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  49. ----------------------------------------
  50. SlimDX
  51. Assembly Version: 2.0.9.42
  52. Win32 Version:
  53. CodeBase: file:///C:/Program%20Files%20(x86)/Bethesda%20Softworks/Morrowind/SlimDX.DLL
  54. ----------------------------------------
  55. System.Xml
  56. Assembly Version: 2.0.0.0
  57. Win32 Version: 2.0.50727.5473 (Win7SP1GDR.050727-5400)
  58. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  59. ----------------------------------------
  60. msvcm90
  61. Assembly Version: 9.0.30729.6161
  62. Win32 Version: 9.00.30729.6161
  63. CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
  64. ----------------------------------------
  65.  
  66. ************** JIT Debugging **************
  67. To enable just-in-time (JIT) debugging, the .config file for this
  68. application or computer (machine.config) must have the
  69. jitDebugging value set in the system.windows.forms section.
  70. The application must also be compiled with debugging
  71. enabled.
  72.  
  73. For example:
  74.  
  75. <configuration>
  76. <system.windows.forms jitDebugging="true" />
  77. </configuration>
  78.  
  79. When JIT debugging is enabled, any unhandled exception
  80. will be sent to the JIT debugger registered on the computer
  81. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement