Share via

Backgroundworker crash!

Anonymous
2018-07-02T22:26:53+00:00

Hey, when i started a program then this came:

Informationen über das Aufrufen von JIT-Debuggen

anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************

System.InvalidOperationException: Dieser BackgroundWorker ist derzeit ausgelastet und kann nicht mehrere Aufgaben gleichzeitig ausführen.

   bei System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)

   bei System.ComponentModel.BackgroundWorker.RunWorkerAsync()

   bei Email_Combo_Leecher__Coded_By_SyBeR_.Form10.Button1_Click(Object sender, EventArgs e)

   bei System.Windows.Forms.Control.OnClick(EventArgs e)

   bei System.Windows.Forms.Button.OnClick(EventArgs e)

   bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   bei System.Windows.Forms.Control.WndProc(Message& m)

   bei System.Windows.Forms.ButtonBase.WndProc(Message& m)

   bei System.Windows.Forms.Button.WndProc(Message& m)

   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Geladene Assemblys **************

mscorlib

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1637.0 built by: NETFXREL3STAGE.

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.


Email Combo Leecher [Coded By SyBeR]

    Assembly-Version: 1.0.0.0.

    Win32-Version: 1.0.0.0.

    CodeBase: file:///C:/Users/ByKevin/Desktop/Games/MC/Alts/Email/Email_Combo_Leecher_Coded_By_SyBeR_1.exe.


Microsoft.VisualBasic

    Assembly-Version: 10.0.0.0.

    Win32-Version: 14.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.


System

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1637.0 built by: NETFXREL3STAGE.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.


System.Core

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1638.0 built by: NETFXREL3STAGE.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.


System.Windows.Forms

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.


System.Drawing

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.


System.Runtime.Remoting

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.


System.Configuration

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.


System.Xml

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.


System.resources

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.resources.dll.


System.Windows.Forms.resources

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.


mscorlib.resources

    Assembly-Version: 4.0.0.0.

    Win32-Version: 4.6.1586.0 built by: NETFXREL2.

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.


************** JIT-Debuggen **************

Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der

Konfigurationsdatei der Anwendung oder des Computers

(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.

Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten

Ausnahmen an den JIT-Debugger gesendet, der auf dem

Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

How i can fixed that?

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-07-03T12:00:51+00:00

    Thread closed because user never gives replies, no information and should use his native language anyway.

    Bitte starten Sie einen neuen Thread mit mehr Information im deutschsprachigen Forum und antworten Sie dort auf Fragen!

    Was this answer helpful?

    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more