Following
Followers
  • eidison0110
  • My topic Error Message at start of a...
  • "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 'xul': The specified module could not be found. (Exception from HRESULT: 0x8007007E)    at Gecko.Xpcom.Alloc(IntPtr size)    at Gecko.nsAString..ctor()    at Gecko.nsAString..ctor(String value)    at Gecko.Xpcom.Initialize(String binDirectory)    at BotChiefEditors..ctor()    at BotChiefEditoraz.?(Object A_0, EventArgs A_1)    at System.Windows.Forms.Timer.OnTick(EventArgs e)    at System.Windows.Forms.Timer.TimerNativeWindow.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.5485 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- BotChiefEditor     Assembly Version: 1.0.0.0     Win32 Version: 1.0.0.0     CodeBase: file:///C:/Program%20Files%20(x86)/WhiteHatBox/AppFile/129/BotChiefEditor.exe ---------------------------------------- System.Windows.Forms     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5492 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Management     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- System.Configuration     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml     Assembly Version: 2.0.0.0     Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- DevComponents.DotNetBar2     Assembly Version: 10.9.0.4     Win32 Version: 10.9.0.4     CodeBase: file:///C:/Program%20Files%20(x86)/WhiteHatBox/AppFile/129/DevComponents.DotNetBar2.DLL ---------------------------------------- System.Core     Assembly Version: 3.5.0.0     Win32 Version: 3.5.30729.5420 built by: Win7SP1     CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- ************** 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. For example: <configuration>     <system.windows.forms jitDebugging="true" /> </configuration> 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. ?
  • 2015-12-23 09:12