We are using Power Builder 2017R3 build 1858 for our POS application. The application runs on Windows Server 2016. We have a constant crash in a specific feature.
.Net Framework 3.5 (version 3.5.30729.4926 ) and 4.7 ( version 4.7.02558; release 461310)
In this feature a datawindow is dynamically modified having also a split column
The crash occurs before displaying the data
In Event Viewer the log data is:
//******************
Faulting application name: posisent.exe, version: 1.0.0.1, time stamp: 0x5b6318c2 => this is the name of our app.
Faulting module name: pbdwe170.dll, version: 17.2.0.1858, time stamp: 0x5b6319c8
Exception code: 0xc0000005
Fault offset: 0x00158bc3
Faulting process id: 0x%9
Faulting application start time: 0x%10
Faulting application path: %11
Faulting module path: %12
Report Id: %13
Faulting package full name: %14
Faulting package-relative application ID: %15
//****************** related .Net Runtime error
Application: posisent.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 722D8BC3
//*****************
Would you have any suggestions how to address this issue?
thank you