Hi everyone,
I migrated my source code from PowerBuilder 2019 to PowerBuilder 2021 , then I compiled my app in 64 Bit format. After that I created the MSI 64 runtime installer required to run my app in 64 bit.
The runtime Packager was installed in the following location: C:\Program Files\Appeon\PowerBuilder Runtime Packager\Runtime 21.0.0.1509
Into my app folder , I deployed the executable, the pbd libraries and the xml configuration file with the following info:
C:\Program Files\Appeon\PowerBuilder Runtime Packager\Runtime 21.0.0.1509
But unfortunately when I tried to run my app , it never starts. My question is what I'm doing wrong. Did I skip a step to deploy my app?
The only key is the event manager saying the following error:
Faulting application name: securityexp.exe, version: 1.1.8.2, time stamp: 0x625eda81
Faulting module name: pbdwe.dll, version: 21.0.0.1509, time stamp: 0x625edac9
Exception code: 0xc0000005
Here you have the XML Event detail log file.
Faulting application name: securityexp.exe, version: 1.1.8.2, time stamp: 0x625eda81
Faulting module name: pbdwe.dll, version: 21.0.0.1509, time stamp: 0x625edac9
Exception code: 0xc0000005
Don't forget that the PB packager only installs only the PB runtime DLLs. If you check the PB Help under the keyword "runtime", you'll see that you may also need some Microsoft DLLs as well. They will need to be manually copied over. Please read the PB help carefully about all the extra files that you might need.
Regards... Chris