In the app we have developed , the data windows are not painting on Windows 10. We are using 2017 R3. We have tried having an empty datawindow without a data object and the application simply crashes with system error.
We get the error below in the event log
Faulting application name: sample_application.exe, version: 1.0.0.1, time stamp: 0x5b6318c2
Faulting module name: PBVM170.dll, version: 17.2.0.1858, time stamp: 0x5b6319d3
Exception code: 0xc000041d
Fault offset: 0x000ef3c3
Faulting process id: 0x6db4
Faulting application start time: 0x01d4b89c83ca95de
Faulting application path: C:\Test_Application\sample_application.exe
Faulting module path: C:\pb2018_dll\PBVM170.dll
Report Id: 834b97a5-b9d8-4dbc-9c02-45f1bfbca8f0
Faulting package full name:
Faulting package-relative application ID:
Any help and insights into resolving it is much appreciated.
Thanks
Sadananda
- Do you have a runtime installed or are the dll's simply copied to some place?
Maybe a way to figure out is to run process monitor and see where it crashes: https://docs.microsoft.com/en-us/sysinternals/downloads/procmon
Do we need copy any other DLL's
Thank you.