Hi Guys,
Hoping someone may be able to help point me in the right direction to overcome my issue. Using a modified version of the web datawindow com object "pbdwr110.dll" on a web server. Calling the object from cshtml to create forms/reports etc.
This has been working great until recently a client upgraded to windows 2019 server. The com object seems to install fine through component services however getting lots of random COMException when using it.
These 2 entries seems to be reoccurring quite often in the event log.
Faulting application path: C:\Windows\SysWOW64\dllhost.exe
Faulting module path: C:\mypathsysfolder\PBVM110.DLL
Faulting application path: C:\Windows\SysWOW64\dllhost.exe
Faulting module path: C:\mypathsysfolder\PBSHR110.dll
Any suggestions on how to track down further as event log gives no help on reason for crash?
Thanks Michael