Kernel32.dll

  • Guten Tag.


    Ich benötige mal Hilfe.


    Ich habe eine .exe die ich ausführen möchte, kriege aber andauernd eine Meldung:


    Spoiler anzeigen

    "Microsoft .NET Framework"
    Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

    Spoiler anzeigen
    Unable to find an entry point named 'CompareStringEx' in DLL 'KERNEL32.dll'.

    Spoiler anzeigen
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    Spoiler anzeigen
    ************** Exception Text **************
    System.EntryPointNotFoundException: Unable to find an entry point named 'CompareStringEx' in DLL 'KERNEL32.dll'.
    at CompareStringEx(Char* , UInt32 , Char* , Int32 , Char* , Int32 , _nlsversioninfo* , Void* , Int32 )
    at openGTASA()
    at PlayerPedCheats.setPlayerPedAmmo(Int32 weapon, Int32 ammo)
    at Oberflächentest.Form1.Form1_Load(Object sender, EventArgs e)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Spoiler anzeigen
    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 (RTMGDR.030319-2300)
    CodeBase: file:///C:/WINXP/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    Oberflächentest
    Assembly Version: 1.0.4077.42698
    Win32 Version:
    CodeBase: file:///C:/Dokumente%20und%20Einstellungen/Mirko/Desktop/HiTBoXAiimBoT%20%20OpcodeEXE.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINXP/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.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINXP/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/WINXP/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------

    Spoiler anzeigen
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    Spoiler anzeigen
    For example:

    Spoiler anzeigen
    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    Spoiler anzeigen
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.



    Danke im Vorraus. ;)