when i call ws give faultstring
System.Web.Services.Protocols.SoapException: Could not load file or assembly 'Sybase.PowerBuilder.Interop.dll' or one of its dependencies. The specified module could not be found. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Sybase.PowerBuilder.Interop.dll' or one of its dependencies. The specified module could not be found.
this is happen on my dev pc ! I have installed PB 2019 r3 & PB 2021 v1506.
This happen when call WS who deploy with pb 2021.
Sybase.PowerBuilder.Interop.dll in GAC and App Poll allow 32bit processing.
[Packager]
DotNetComponents=1
Copy this file to the PB Packager App utility's runtime folder. Then the next time you restart the utility, the 3rd (.NET MSI) option should appear.
HTH