10 (0xA) Failed to load Content Generator library(ies)
Description
The specified ALP module (Content Generator) cannot be found or is
corrupted.
Probable causes
Usually additional CG libraries (if any) are specified in the default
(global) alp.site file. However they can be specified also in an alp.site file
that denotes a Virtual ALP site. If in one of these two files concerning the
current URL a CG module is specified incorrectly (wrong path for instance) or
the specified file is not a CG module - then this error will occur.
Check first the default alp.site file in the directory containing the ALP
engine:
- Installed scenarios - Program Files/newObjects/ALP
- autorun scenarios - in the ALP engine directory (it is usually named ALP or
CommonFiles, but some developers may deviate from this convention)
Check the CONTENTGENERATORS section in it and see if there are any libraries
listed.
If there is nothing dubious in the default file check the Virtual ALP site's
alp.site file.
ALP 1.2 embeds all the core CG modules in its core DLL and does not need any
entries in these sections. If you are not using a custom CG module (e.g.
something that extends ALP to support directly a WEB technology not included in
the core distribution) you can remove the entries there. If you are using
only ASP or/and CGI you do not need any additional modules, thus it is possible
that you have inherited that alp.site file from a previous ALP version - remove
the entries in the CONTENTGENERATORS section.
|