Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 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.ArgumentException: An entry with the same key already exists.
  6. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  7. at System.Collections.Generic.SortedList`2.Add(TKey key, TValue value)
  8. at CKAN.KSPManager.AddInstance(KSP ksp_instance)
  9. at CKAN.ChooseKSPInstance.AddNewButton_Click(Object sender, EventArgs e)
  10. at System.Windows.Forms.Control.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  16. at System.Windows.Forms.Button.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.7.2563.0 built by: NET471REL1
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. ckan
  27. Assembly Version: 1.24.0.0
  28. Win32 Version: 1.24.0
  29. CodeBase: file:///D:/Users/Edmund/Desktop/ckan.exe
  30. ----------------------------------------
  31. System.Core
  32. Assembly Version: 4.0.0.0
  33. Win32 Version: 4.7.2563.0 built by: NET471REL1
  34. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  35. ----------------------------------------
  36. System
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.7.2558.0 built by: NET471REL1
  39. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  40. ----------------------------------------
  41. System.Configuration
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.7.2558.0 built by: NET471REL1
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  45. ----------------------------------------
  46. System.Xml
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
  49. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  50. ----------------------------------------
  51. System.Windows.Forms
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.7.2558.0 built by: NET471REL1
  54. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  55. ----------------------------------------
  56. System.Drawing
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.7.2558.0 built by: NET471REL1
  59. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  60. ----------------------------------------
  61. System.Transactions
  62. Assembly Version: 4.0.0.0
  63. Win32 Version: 4.7.2558.0 built by: NET471REL1
  64. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
  65. ----------------------------------------
  66. Anonymously Hosted DynamicMethods Assembly
  67. Assembly Version: 0.0.0.0
  68. Win32 Version: 4.7.2563.0 built by: NET471REL1
  69. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
  70. ----------------------------------------
  71. System.Numerics
  72. Assembly Version: 4.0.0.0
  73. Win32 Version: 4.7.2558.0 built by: NET471REL1
  74. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  75. ----------------------------------------
  76. System.Runtime.Serialization
  77. Assembly Version: 4.0.0.0
  78. Win32 Version: 4.7.2623.0 built by: NET471REL1LAST_C
  79. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
  80. ----------------------------------------
  81. System.Data
  82. Assembly Version: 4.0.0.0
  83. Win32 Version: 4.7.2623.0 built by: NET471REL1LAST_C
  84. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
  85. ----------------------------------------
  86.  
  87. ************** JIT Debugging **************
  88. To enable just-in-time (JIT) debugging, the .config file for this
  89. application or computer (machine.config) must have the
  90. jitDebugging value set in the system.windows.forms section.
  91. The application must also be compiled with debugging
  92. enabled.
  93.  
  94. For example:
  95.  
  96. <configuration>
  97. <system.windows.forms jitDebugging="true" />
  98. </configuration>
  99.  
  100. When JIT debugging is enabled, any unhandled exception
  101. will be sent to the JIT debugger registered on the computer
  102. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement