Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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.FormatException: Additional non-parsable characters are at the end of the string.
  6. at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
  7. at System.Convert.ToByte(String value, Int32 fromBase)
  8. at Procc.Form1.Form1_Load(Object sender, EventArgs e)
  9. at System.EventHandler.Invoke(Object sender, EventArgs e)
  10. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  11. at System.Windows.Forms.Form.OnCreateControl()
  12. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  13. at System.Windows.Forms.Control.CreateControl()
  14. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  17. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  18. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  19. at System.Windows.Forms.Form.WndProc(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  22. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  23.  
  24.  
  25. ************** Loaded Assemblies **************
  26. mscorlib
  27. Assembly Version: 2.0.0.0
  28. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  30. ----------------------------------------
  31. Procc
  32. Assembly Version: 1.0.0.0
  33. Win32 Version: 1.0.0.0
  34. CodeBase: file:///C:/Users/Jonas/Documents/nanocore%20enc/e1.exe
  35. ----------------------------------------
  36. Microsoft.VisualBasic
  37. Assembly Version: 8.0.0.0
  38. Win32 Version: 8.0.50727.8645 (QFE.050727-8600)
  39. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  44. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. System.Windows.Forms
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  49. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  50. ----------------------------------------
  51. System.Drawing
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  54. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  55. ----------------------------------------
  56. System.Runtime.Remoting
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  59. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  60. ----------------------------------------
  61. System.Xml
  62. Assembly Version: 2.0.0.0
  63. Win32 Version: 2.0.50727.8645 (QFE.050727-8600)
  64. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  65. ----------------------------------------
  66.  
  67. ************** JIT Debugging **************
  68. To enable just-in-time (JIT) debugging, the .config file for this
  69. application or computer (machine.config) must have the
  70. jitDebugging value set in the system.windows.forms section.
  71. The application must also be compiled with debugging
  72. enabled.
  73.  
  74. For example:
  75.  
  76. <configuration>
  77. <system.windows.forms jitDebugging="true" />
  78. </configuration>
  79.  
  80. When JIT debugging is enabled, any unhandled exception
  81. will be sent to the JIT debugger registered on the computer
  82. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement