Advertisement
Guest User

Untitled

a guest
May 21st, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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 (0x8004010F): Cannot resolve: user
  6. at Redemption.IRDOSession.GetSharedDefaultFolder(Object NameOrAddressOrObject, rdoDefaultFolders rdoDefaultFolder)
  7. at xxx.Form1.button1_Click(Object sender, EventArgs e)
  8. at System.Windows.Forms.Control.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  11. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  14. at System.Windows.Forms.Button.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. xxx
  27. Assembly Version: 1.0.0.0
  28. Win32 Version: 1.0.0.0
  29. CodeBase: file:///C:/Users/ayi/Dropbox/DSV/xxx.exe
  30. ----------------------------------------
  31. System.Windows.Forms
  32. Assembly Version: 4.0.0.0
  33. Win32 Version: 4.0.30319.18036 built by: FX45RTMGDR
  34. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  35. ----------------------------------------
  36. System.Drawing
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
  39. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46.  
  47. ************** JIT Debugging **************
  48. To enable just-in-time (JIT) debugging, the .config file for this
  49. application or computer (machine.config) must have the
  50. jitDebugging value set in the system.windows.forms section.
  51. The application must also be compiled with debugging
  52. enabled.
  53.  
  54. For example:
  55.  
  56. <configuration>
  57. <system.windows.forms jitDebugging="true" />
  58. </configuration>
  59.  
  60. When JIT debugging is enabled, any unhandled exception
  61. will be sent to the JIT debugger registered on the computer
  62. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement