Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 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. ProjectWIFE.Exceptions.Exceptions_SectionNotFound: SectionName [General] can not be found.
  6. at ProjectWIFE.INI.get_Item(String SectionName)
  7. at Tubenoia.frmProxyScraper.V(Object ‎, EventArgs ‎)
  8. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  9. at System.Windows.Forms.Form.OnCreateControl()
  10. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  11. at System.Windows.Forms.Control.CreateControl()
  12. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  16. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 2.0.0.0
  26. Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
  27. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  28. ----------------------------------------
  29. Tubenoia
  30. Assembly Version: 1.0.0.0
  31. Win32 Version: 1.0.0.0
  32. CodeBase: file:///C:/Program%20Files/Tubenoia/Tubenoia.exe
  33. ----------------------------------------
  34. Microsoft.VisualBasic
  35. Assembly Version: 8.0.0.0
  36. Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
  37. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  38. ----------------------------------------
  39. System
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.3620 (GDR.050727-3600)
  42. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
  47. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System.Drawing
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  52. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. System.Runtime.Remoting
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  57. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  58. ----------------------------------------
  59. System.Configuration
  60. Assembly Version: 2.0.0.0
  61. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  62. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  63. ----------------------------------------
  64. System.Xml
  65. Assembly Version: 2.0.0.0
  66. Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
  67. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  68. ----------------------------------------
  69. ProjectWIFE
  70. Assembly Version: 0.0.0.5
  71. Win32 Version:
  72. CodeBase: file:///C:/Program%20Files/Tubenoia/ProjectWIFE.DLL
  73. ----------------------------------------
  74. System.Web
  75. Assembly Version: 2.0.0.0
  76. Win32 Version: 2.0.50727.3618 (GDR.050727-3600)
  77. CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  78. ----------------------------------------
  79. System.Core
  80. Assembly Version: 3.5.0.0
  81. Win32 Version: 3.5.30729.1 built by: SP
  82. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  83. ----------------------------------------
  84.  
  85. ************** JIT Debugging **************
  86. To enable just-in-time (JIT) debugging, the .config file for this
  87. application or computer (machine.config) must have the
  88. jitDebugging value set in the system.windows.forms section.
  89. The application must also be compiled with debugging
  90. enabled.
  91.  
  92. For example:
  93.  
  94. <configuration>
  95. <system.windows.forms jitDebugging="true" />
  96. </configuration>
  97.  
  98. When JIT debugging is enabled, any unhandled exception
  99. will be sent to the JIT debugger registered on the computer
  100. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement