PowerBuilder 2022 GA 1892, SQL Server
Our web application is written in C# and to run reports, we link out to a non-visual PowerBuilder app that returns NativePDF blobs for presentation in the browser.
We want to be able to run the web application in containers. Our container expert is testing Windows Server Core in Docker. Has anyone tried doing this?
The runtime installer fails. We do have our own installer that deploys just the Runtime DLLs needed by our app. I'll have him try that.
is that a new feature to create non-visual exe or is it just a terminology that you use?
We have several that run on schedule and perform processing without need for user input. One is called directly from C# web pages.
We are looking into containers, hoping to use Windows Server Core for our C# web app but if the PB programs don't work, we'll have to use full Windows Server.