80
edits
| Line 441: | Line 441: | ||
so that the .dll file is in the ''same directory'' as where xulrunner.exe is in. | so that the .dll file is in the ''same directory'' as where xulrunner.exe is in. | ||
Otherwise, you will receive a ''Could not find 'XULRunner' (or one of its components). Make sure that the path and filename are correct and that all the required libraries are available.'' error dialog if you try to run XULRunner.exe from a File Explorer. | Otherwise, you will receive a | ||
:''Could not find 'XULRunner' (or one of its components). Make sure that the path and filename are correct and that all the required libraries are available.'' | |||
or | |||
:''The file 'xulrunner' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file.'' | |||
error dialog if you try to run XULRunner.exe from a File Explorer. | |||
The VS8 IDE will say that it is ''Unable to start program '\Storage Card\bin\xulrunner.exe'. An error occurred that usually indicates a corrupt installation (code 0x8007007e). If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel.'' | The VS8 IDE will say that it is ''Unable to start program '\Storage Card\bin\xulrunner.exe'. An error occurred that usually indicates a corrupt installation (code 0x8007007e). If the problem persists, repair your Visual Studio installation via 'Add or Remove Programs' in Control Panel.'' | ||
Both of these rather cryptic messages try to tell you that an executable file (EXE or DLL) depends upon a DLL, and that DLL could not be found. | Both of these rather cryptic messages try to tell you that an executable file (EXE or DLL) depends upon a DLL, and that DLL could not be found. | ||
==Debugging== | ==Debugging== | ||
edits