Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. System.ObjectDisposedException: Auf das verworfene Objekt kann nicht zugegriffen werden.
  2. Objektname: "TetherForm".
  3. bei System.Windows.Forms.Control.CreateHandle()
  4. bei System.Windows.Forms.Form.CreateHandle()
  5. bei System.Windows.Forms.Control.get_Handle()
  6. bei System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  7. bei System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  8. bei System.Windows.Forms.Control.set_Visible(Boolean value)
  9. bei TetherWindows.TetherForm.icon_Click(Object sender, EventArgs e)
  10. bei System.Windows.Forms.NotifyIcon.OnClick(EventArgs e)
  11. bei System.Windows.Forms.NotifyIcon.WmMouseUp(Message& m, MouseButtons button)
  12. bei System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  13. bei System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  14. bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Geladene Assemblys **************
  18. mscorlib
  19. Assembly-Version: 2.0.0.0.
  20. Win32-Version: 2.0.50727.4963 (win7RTMGDR.050727-4900).
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
  22. ----------------------------------------
  23. TetherWindows
  24. Assembly-Version: 1.0.0.0.
  25. Win32-Version: 1.0.0.0.
  26. CodeBase: file:///C:/Program%20Files%20(x86)/ClockworkMod/Tether/TetherWindows.exe.
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly-Version: 2.0.0.0.
  30. Win32-Version: 2.0.50727.4961 (win7RTMGDR.050727-4900).
  31. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
  32. ----------------------------------------
  33. System
  34. Assembly-Version: 2.0.0.0.
  35. Win32-Version: 2.0.50727.4962 (win7RTMGDR.050727-4900).
  36. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly-Version: 2.0.0.0.
  40. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
  41. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
  42. ----------------------------------------
  43. mscorlib.resources
  44. Assembly-Version: 2.0.0.0.
  45. Win32-Version: 2.0.50727.4963 (win7RTMGDR.050727-4900).
  46. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
  47. ----------------------------------------
  48. System.Windows.Forms.resources
  49. Assembly-Version: 2.0.0.0.
  50. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
  51. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
  52. ----------------------------------------
  53. System.Xml
  54. Assembly-Version: 2.0.0.0.
  55. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
  56. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
  57. ----------------------------------------
  58.  
  59. ************** JIT-Debuggen **************
  60. Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
  61. Konfigurationsdatei der Anwendung oder des Computers
  62. (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
  63. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
  64.  
  65. Zum Beispiel:
  66.  
  67. <configuration>
  68. <system.windows.forms jitDebugging="true" />
  69. </configuration>
  70.  
  71. Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
  72. Ausnahmen an den JIT-Debugger gesendet, der auf dem
  73. Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement