monohouse Posted December 5, 2007 Posted December 5, 2007 (edited) See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.IO.FileLoadException: Could not load file or assembly 'CabLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=5c790c52ffa26522' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)File name: 'CabLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=5c790c52ffa26522' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) at ..(String , String ) at ..(String ) at ..(String , StringCollection& , Boolean , Boolean ) at ..() at ..() at ..WndProc(Message& ) 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: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///D:/programs/system/nLite/v2.0.50727/mscorlib.dll----------------------------------------nLite Assembly Version: 1.4.0.4 Win32 Version: 1.4.0.4 CodeBase: file:///D:/Programs/System/nLite/nlite.exe----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///D:/Programs/System/nLite/System.DLL----------------------------------------nLite Assembly Version: 1.4.0.4 Win32 Version: 1.4.0.4 CodeBase: file:///D:/Programs/System/nLite/nlite.exe----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///D:/Programs/System/nLite/System.Windows.Forms.DLL----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///D:/Programs/System/nLite/System.Drawing.DLL----------------------------------------nlgw Assembly Version: 1.1.0.0 Win32 Version: 1.4.0.4 CodeBase: file:///D:/Programs/System/nLite/nlite.exe----------------------------------------Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///D:/Programs/System/nLite/Accessibility.DLL----------------------------------------MCDBNET2 Assembly Version: 1.32.0.0 Win32 Version: 1.32.0.1302 CodeBase: file:///D:/Programs/System/nLite/MCDBNET2.DLL----------------------------------------msvcm80 Assembly Version: 8.0.50608.0 Win32 Version: 8.00.50727.42 CodeBase: file:///D:/Programs/System/nLite/msvcm80.DLL----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.the error does not occur in the previous (1.4 beta) version, using nLruntimeR3.exe Edited December 5, 2007 by monohouse
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now