Hi,
After migrating from PB 2017 to PB 2021, setup been created and deployed to clean VM, but, nothing works...
It seems, via process explorer, that PB run time, from folder 'Runtime 21.0.0.1506', under the application folder is not loaded.
Few observations:
1) It does work on DEV environment (PBVM.dll is loaded on DEV environment)
2) There is XML that point to the run time (app_name.xml):
<?xml version="1.0" encoding="utf-8" ?>
<Application>
<RuntimePath>Runtime 21.0.0.1506</RuntimePath>
</Application>
3) Even adding the run time folder to PATH did not helped
4) copy few files from runtime folder, one level up, to application folder did not helped either
the exact point where the application crash:
DataStore.dataobject = 'd_gd_xxx'
Any idea?
Many thanks