Guest User

Untitled

a guest
Jun 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 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.IO.IOException: The process cannot access the file 'C:\Users\Kyle\AppData\Roaming\MC Server Soft\ops.txt' because it is being used by another process.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
  8. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  9. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  10. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
  11. at System.IO.StreamWriter..ctor(String path)
  12. at MC_SERVER_SOFT.frmControlPanel.btnSaveOperators_Click(Object sender, 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.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.239 (RTMGDR.030319-2300)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. MC SERVER SOFT
  28. Assembly Version: 5.9.1.1
  29. Win32 Version: 5.9.1.1
  30. CodeBase: file:///C:/Users/Kyle/AppData/Roaming/MC%20Server%20Soft/MC%20SERVER%20SOFT.exe
  31. ----------------------------------------
  32. Microsoft.VisualBasic
  33. Assembly Version: 10.0.0.0
  34. Win32 Version: 10.0.30319.1 built by: RTMRel
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.236 built by: RTMGDR
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Core
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.233 built by: RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  46. ----------------------------------------
  47. System.Windows.Forms
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.235 built by: RTMGDR
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  51. ----------------------------------------
  52. System.Drawing
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.0.30319.1 built by: RTMRel
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  56. ----------------------------------------
  57. System.Runtime.Remoting
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  60. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  61. ----------------------------------------
  62. System.Configuration
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  65. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  66. ----------------------------------------
  67. System.Xml
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.0.30319.233 built by: RTMGDR
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  71. ----------------------------------------
  72.  
  73. ************** JIT Debugging **************
  74. To enable just-in-time (JIT) debugging, the .config file for this
  75. application or computer (machine.config) must have the
  76. jitDebugging value set in the system.windows.forms section.
  77. The application must also be compiled with debugging
  78. enabled.
  79.  
  80. For example:
  81.  
  82. <configuration>
  83. <system.windows.forms jitDebugging="true" />
  84. </configuration>
  85.  
  86. When JIT debugging is enabled, any unhandled exception
  87. will be sent to the JIT debugger registered on the computer
  88. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment