Problem:
Release 5.0:
After installing a Net Express 5.0 Application Server, trying to start the application and getting back:
>
Runtime DLL 'CBLRTSS', version 5.0, entry point _mFgWinMain2 not recorded in registry, not found or incompatible with requirements of dynamically bound COBOL program. Dynamic binding of RTS requires: Runtime DLL 'CBLRTSS', Version 3.1
<
Resolution:
Step by step:
(1) To check that COBDIR also PATH are set correctly.
(2) To check vs. older versions of CBLRTSS if they are installed from Net Express versions earlier and to prevent that they are addressed via COBDIR also PATH.
(3) To ensure that no portions of the Windows registry are imported from other machines including this 'Micro Focus' key under HKEY_LOCAL_MACHINE\\SOFTWARE.
(4) To uncheck 'Dynamic' checkbox onto developer machine linking the application to an .exe file,
Project Build Settings -> Link tab -> Category:General -> uncheck 'Dynamic' checkbox
link and deploy the application onto Application Server machine again.