Hi,
On my development box I've successfully created, deployed, and invoked a "hello world" .NET Web Service (obsolete, I know)
The next step was to include database access within the Web Service, but now I'm getting an error that seems to indicate I need to install the PB .NET runtime package:
Sybase.DataWindow.DataWindowServerLoadFailedException: DataWindow Server PBDWM150.DLL or required DLLs (atl71.dll, msvcp71.dll or msvcr71.dll) not found.
The help files seem to describe that the required files are included in the PBCLTRT 19.2.0.2779.msi, but the error still occurs.
The Runtime Packager adds required files for both the EasySoap and .NET Web service engines when you select the SOAP Client for Web Service check box. For more information about required files for these services, see PowerBuilder extensions.
All instructions prior to 2019R3 describe adding a pbpack.ini to the Shared folder to "unhide" a section of checkboxes in the packager: e.g. https://www.appeon.com/standardsupport/search/view?id=3403
I've tried putting a PBPack.ini into the new "shared" folder location (C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2779) and also into what looks like the PBPackager gold copy at C:\Program Files (x86)\Appeon\PowerBuilder Runtime Packager\Runtime 19.2.0.2779
But so far no luck. Am I making this harder than it has to be?
Thanks,
Bryan