.Net Framework Error

Okaghana

New Member
Hello.

Since month now I get this Error on various applications. I googled it, but could found anything helpful.

I thought about reinstalling all 4.x Versions, but I dont know how practible this actually is.

The Error contains German, because my OS is Installed in German. Heres the Error:







Informationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext ************** System.IO.FileNotFoundException: Die Datei oder Assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. Dateiname: "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" bei System.Windows.Forms.Control.OnHandleCreated(EventArgs e) bei System.Windows.Forms.Control.WmCreate(Message& m) 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)

=== Zustandsinformationen vor Bindung === LOG: DisplayName = Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (Fully-specified) LOG: Appbase = file:///C:/Users/******/Desktop/ LOG: Ursprünglicher PrivatePath = NULL Aufruf von Assembly : System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.

LOG: Diese Bindung startet im default-Load-Kontext. LOG: Es wurde keine Anwendungskonfigurationsdatei gefunden. LOG: Die Hostkonfigurationsdatei wird verwendet: LOG: Die Computerkonfigurationsdatei von C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config wird verwendet. LOG: Die gleiche Bindung ist bereits aufgetreten und hat den Fehler hr = 0x80070002 verursacht.

************** Geladene Assemblys ************** mscorlib Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.

DSCM Assembly-Version: 1.0.5995.39129. Win32-Version: 1.0.5995.39129. CodeBase: file:///C:/Users/******/Desktop/DSCM.exe.

Microsoft.VisualBasic Assembly-Version: 10.0.0.0. Win32-Version: 14.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/Microsoft.VisualBasic/v4.0_10.0.0.0_b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.

System Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/System/v4.0_4.0.0.0_b77a5c561934e089/System.dll.

System.Core Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/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.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/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.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/System.Drawing/v4.0_4.0.0.0_b03f5f7f11d50a3a/System.Drawing.dll.

System.Windows.Forms.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1055.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.1055.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.

System.Runtime.Remoting Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/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.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/System.Configuration/v4.0_4.0.0.0_b03f5f7f11d50a3a/System.Configuration.dll.

System.Xml Assembly-Version: 4.0.0.0. Win32-Version: 4.6.1099.0 built by: NETFXREL4STAGE. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GACMSIL/System.Xml/v4.0_4.0.0.0_b77a5c561934e089/System.Xml.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.
 

Cromewell

Administrator
Staff member
I'm guessing Microsoft .NET Framework 4.6.1. You might be able to do a repair of it. The dotnet repair tool I linked before might work as well.
 
Top