Advertisement
Guest User

Untitled

a guest
Jun 6th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 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.Runtime.InteropServices.COMException (0x82DA0007): Exception from HRESULT: 0x82DA0007
  6. at XDevkit.IXboxDebugTarget.IsDebuggerConnected(String& DebuggerName, String& UserName)
  7. at XRPCLib.XRPC.initialize()
  8. at XRPCLib.XRPC.Connect()
  9. at ..(Object , EventArgs )
  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.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 4.0.0.0
  25. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. XRPC Program
  29. Assembly Version: 1.0.0.0
  30. Win32 Version: 1.0.0.0
  31. CodeBase: file:///C:/Users/Bradley/Desktop/XRPC%20Program.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  36. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  41. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  46. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Xml
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  51. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  52. ----------------------------------------
  53. {2bf7e3b4-225b-4c56-b8bb-c34b6e9b13b6}
  54. Assembly Version: 0.0.0.0
  55. Win32 Version: 1.0.0.0
  56. CodeBase: file:///C:/Users/Bradley/Desktop/XRPC%20Program.exe
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  61. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63.  
  64. ************** JIT Debugging **************
  65. To enable just-in-time (JIT) debugging, the .config file for this
  66. application or computer (machine.config) must have the
  67. jitDebugging value set in the system.windows.forms section.
  68. The application must also be compiled with debugging
  69. enabled.
  70.  
  71. For example:
  72.  
  73. <configuration>
  74. <system.windows.forms jitDebugging="true" />
  75. </configuration>
  76.  
  77. When JIT debugging is enabled, any unhandled exception
  78. will be sent to the JIT debugger registered on the computer
  79. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement