The application freezes when opened the first time and after force closing, it works without any issues on the same module.
From the Windows Log, got the below error message
Faulting module name: PBSHR190.dll, version: 19.0.0.2170, time stamp: 0x5e03ac9c
Exception code: 0x80000003
Fault offset: 0x00129250
Faulting process id: 0x27c4
Faulting application start time: 0x01d691965f78f61d
Faulting module path: D:\PBSHR190.dll
Report Id: b37d3dfa-fd89-11ea-83df-005056891a3a
Faulting package full name:
Faulting package-relative application ID:
Yes, it is the same build as the PBF IDE.
Regards,
Ravi
Thanks for confirming that the PB App and its deployed PB runtime come from the same build as the PB IDE!
If the deployment seems OK then try the MS-Windows "compatibility mode" test (RHMB on the App EXE) and see what Windows recommends. Depending on the O/S configuration, 3rd party software used (ie: like your AV), your App's ADK calls, etc - the execution process may need tweaking.
The other aspect is that the PB runtime is of the correct build *but* a DLL or two might be missing. Did you deploy the PB runtime via the PB Packager utility or manually copy the runtime DLL's across to the deployed PCs?
Regards ... Chris
Regards .. Chris