Fehler: Unable to load DLL



  • Hey,

    ich habe ein Programm VS2010 geschrieben, wenn ich es versuche auf einem anderen Rechner auszuführen bekomme ich die folgende Fehlermeldung. Die angegebene DLL liegt allerdings im Programmordner. Um das ganze noch ein wenig verwirrender zu gestalten: Auf einem weiteren Rechner bekomme ich keine Fehlermeldung und das Programm läuft ohne Probleme (beider Rechner Win XP SP3). Ich weiß absolut nicht weiter...

    Unable to load DLL 'Kitware.VTK.vtkWidgets.Unmanaged.dll' Diese Anwendung
    konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht
    korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren.
    (Exception from HRESULT: 0x800736B1)

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

    ************** Exception Text **************
    System.DllNotFoundException: Unable to load DLL 'Kitware.VTK.vtkWidgets.Unmanaged.dll': Diese Anwendung konnte nicht gestartet werden, weil die Anwenungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwendung neu installieren. (Exception from HRESULT: 0x800736B1)
    at Kitware.VTK.vtkLogoWidget.vtkLogoWidget_New(UInt32& mteStatus, UInt32& mteIndex, UInt32& rawRefCount)
    at Kitware.VTK.vtkLogoWidget..ctor()
    at Kitware.VTK.RenderWindowControl.OnHandleCreated(EventArgs e)
    at System.Windows.Forms.Control.WmCreate(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.UserControl.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)

    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    AsT
    Assembly Version: 1.0.4353.32727
    Win32 Version:
    CodeBase: file:///C:/AsT/Debug/AsT.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    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.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/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.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Kitware.VTK
    Assembly Version: 5.6.1.599
    Win32 Version: 5.6.1.599
    CodeBase: file:///C:/AsT/Debug/Kitware.VTK.DLL
    ----------------------------------------
    Kitware.mummy.Runtime
    Assembly Version: 1.0.2.599
    Win32 Version: 1.0.2.599
    CodeBase: file:///C:/AsT/Debug/Kitware.mummy.Runtime.DLL
    ----------------------------------------



  • Ich vermute Du hast nicht die korrekte C++ Runtime installiert.
    z.B. sowas hier:
    http://www.microsoft.com/download/en/details.aspx?id=8328


Anmelden zum Antworten