Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 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: Invalid handle.
  6. Parameter name: handle
  7. at System.IO.FileStream..ctor(SafeFileHandle handle, FileAccess access, Int32 bufferSize, Boolean isAsync)
  8. at HidLibrary.HidDevice.WriteOutputReportViaInterrupt(Byte[] outputBuffer)
  9. at ScpControl.BusDevice.sendOutputReport(Int32 device)
  10. at ScpControl.BusDevice.Start()
  11. at ScpControl.RootHub.Start()
  12. at ScpServer.ScpForm.btnStart_Click(Object sender, EventArgs e)
  13. at System.Windows.Forms.Control.OnClick(EventArgs e)
  14. at System.Windows.Forms.Button.OnClick(EventArgs e)
  15. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  16. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  19. at System.Windows.Forms.Button.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: 4.0.0.0
  28. Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  30. ----------------------------------------
  31. ScpServer
  32. Assembly Version: 1.0.0.103
  33. Win32 Version: 1.0.0.103
  34. CodeBase: file:///C:/Users/Alex/Desktop/ScpServer.exe
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  39. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System.Drawing
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  44. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  45. ----------------------------------------
  46. System
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
  49. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  50. ----------------------------------------
  51. System.Configuration
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  54. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  55. ----------------------------------------
  56. System.Xml
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  59. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  60. ----------------------------------------
  61. ScpControl
  62. Assembly Version: 1.0.0.103
  63. Win32 Version: 1.0.0.103
  64. CodeBase: file:///C:/Users/Alex/Desktop/ScpControl.DLL
  65. ----------------------------------------
  66. HidLibrary
  67. Assembly Version: 3.0.0.0
  68. Win32 Version: 3.0.0.0
  69. CodeBase: file:///C:/Users/Alex/Desktop/HidLibrary.DLL
  70. ----------------------------------------
  71. System.Management
  72. Assembly Version: 4.0.0.0
  73. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  74. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  75. ----------------------------------------
  76. System.Core
  77. Assembly Version: 4.0.0.0
  78. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  79. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  80. ----------------------------------------
  81.  
  82. ************** JIT Debugging **************
  83. To enable just-in-time (JIT) debugging, the .config file for this
  84. application or computer (machine.config) must have the
  85. jitDebugging value set in the system.windows.forms section.
  86. The application must also be compiled with debugging
  87. enabled.
  88.  
  89. For example:
  90.  
  91. <configuration>
  92. <system.windows.forms jitDebugging="true" />
  93. </configuration>
  94.  
  95. When JIT debugging is enabled, any unhandled exception
  96. will be sent to the JIT debugger registered on the computer
  97. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement