Guest User

Kendog's Group.yml Creator Error

a guest
Mar 22nd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 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.InvalidCastException: Conversion from string "C:\Users\JFowler\Desktop\SpaceBo" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
  6. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
  7. at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  8. --- End of inner exception stack trace ---
  9. at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  10. at KendogsGroupsCreator.Form1.OpenToolStripMenuItem_Click(Object sender, EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  12. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  13. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  14. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  15. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  16. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  17. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  18. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  19. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20. at System.Windows.Forms.Control.WndProc(Message& m)
  21. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  22. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  23. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27.  
  28.  
  29. ************** Loaded Assemblies **************
  30. mscorlib
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  33. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  34. ----------------------------------------
  35. KendogsGroupsCreator
  36. Assembly Version: 1.0.0.0
  37. Win32 Version: 1.0.0.0
  38. CodeBase: file:///C:/Users/JFowler/Desktop/Groups/KendogsGroupsCreator.exe
  39. ----------------------------------------
  40. Microsoft.VisualBasic
  41. Assembly Version: 10.0.0.0
  42. Win32 Version: 11.0.50709.17929 built by: FX45RTMREL
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. System.Windows.Forms
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  59. ----------------------------------------
  60. System.Drawing
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  64. ----------------------------------------
  65. System.Runtime.Remoting
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  69. ----------------------------------------
  70. FastColoredTextBox
  71. Assembly Version: 2.9.15.0
  72. Win32 Version: 2.9.15.0
  73. CodeBase: file:///C:/Users/JFowler/Desktop/Groups/FastColoredTextBox.DLL
  74. ----------------------------------------
  75.  
  76. ************** JIT Debugging **************
  77. To enable just-in-time (JIT) debugging, the .config file for this
  78. application or computer (machine.config) must have the
  79. jitDebugging value set in the system.windows.forms section.
  80. The application must also be compiled with debugging
  81. enabled.
  82.  
  83. For example:
  84.  
  85. <configuration>
  86. <system.windows.forms jitDebugging="true" />
  87. </configuration>
  88.  
  89. When JIT debugging is enabled, any unhandled exception
  90. will be sent to the JIT debugger registered on the computer
  91. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment