I am trying to migrate a web service application, running on IIS, from PB 11.5 to PB 2019 R3. When I tried to run the web service, I got the
DataWindow Server PBDWM150.DLL or required DLLs (atl71.dll, msvcp71.dll or msvcr71.dll) not found
I understand that I need a .NET runtime, but the runtime created by PB 2019 R3 did not include PBDWM150.DLL.
There are blogs to get the .NET runtime before PB 2019 R3 but I cannot find the instruction to get the
.NET runtime for PB 2019 R3 Packager.
How do I get the required .NET runtime?
Thank you.