We have built a Web services application in PowerBuilder .NET 2019 R3.
We have installed Runtime and restarted the server. The web services start up properly, only when we make a database connection we get the following error:
System.IO.FileNotFoundException Message: Could not load file or assembly 'Sybase.PowerBuilder.Interop.dll' or one of its dependencies. The specified module could not be found. StackTrace: at Sybase.PowerBuilder.PBSessionBase.StopTransaction(PBTransaction trans) at Sybase.PowerBuilder.PBTransaction.Dispose(Boolean disposing) at Sybase.PowerBuilder.PBPowerObject.Finalize()
We see 'Sybase.PowerBuilder.Interop.dll' in the Global Assembly Cache.
Which step are we missing that causes this error message?