Advertisement
Guest User

error

a guest
Oct 28th, 2017
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 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 file exists.
  6.  
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
  9. at MapleLib.WzLib.WzSettingsManager.Save()
  10. at HaRepacker.Program.Main(String[] args)
  11.  
  12.  
  13. ************** Loaded Assemblies **************
  14. mscorlib
  15. Assembly Version: 4.0.0.0
  16. Win32 Version: 4.7.2115.0 built by: NET47REL1LAST
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  18. ----------------------------------------
  19. HaRepacker
  20. Assembly Version: 4.2.4.0
  21. Win32 Version:
  22. CodeBase: file:///C:/Users/Admin/Desktop/HaSuite/HaRepacker.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
  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
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
  32. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  33. ----------------------------------------
  34. System.Drawing
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.7.2046.0 built by: NET47REL1
  37. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  38. ----------------------------------------
  39. System.Core
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.7.2116.0 built by: NET47REL1LAST
  42. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  43. ----------------------------------------
  44. HaRepackerLib
  45. Assembly Version: 1.0.0.0
  46. Win32 Version: 1.0.0.0
  47. CodeBase: file:///C:/Users/Admin/Desktop/HaSuite/HaRepackerLib.DLL
  48. ----------------------------------------
  49. MapleLib
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.0.0
  52. CodeBase: file:///C:/Users/Admin/Desktop/HaSuite/MapleLib.DLL
  53. ----------------------------------------
  54. System.Configuration
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.7.2046.0 built by: NET47REL1
  57. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  58. ----------------------------------------
  59. System.Xml
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  62. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  63. ----------------------------------------
  64. WeifenLuo.WinFormsUI.Docking
  65. Assembly Version: 2.9.0.0
  66. Win32 Version: 2.9.0.0
  67. CodeBase: file:///C:/Users/Admin/Desktop/HaSuite/WeifenLuo.WinFormsUI.Docking.DLL
  68. ----------------------------------------
  69.  
  70. ************** JIT Debugging **************
  71. To enable just-in-time (JIT) debugging, the .config file for this
  72. application or computer (machine.config) must have the
  73. jitDebugging value set in the system.windows.forms section.
  74. The application must also be compiled with debugging
  75. enabled.
  76.  
  77. For example:
  78.  
  79. <configuration>
  80. <system.windows.forms jitDebugging="true" />
  81. </configuration>
  82.  
  83. When JIT debugging is enabled, any unhandled exception
  84. will be sent to the JIT debugger registered on the computer
  85. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement