Using Powerbuilder 2019 R2 and looking for some help with building an application that uses imported .Net Dll's. We have installed the standalone compiler on a Jenkins server and have been successfully building applications there for the past few months. I added some code that uses an imported .Net DLL and now one of the builds is failing with the following error:
Illegal data type: dotnetobject Errors encountered during import/compile
It builds fine on my local machine, so I'm assuming we need to push some other runtime files out to our Jenkins server, but I'm not sure what all needs to be deployed. Is there a .pbd I could reference in my library list for the application that would contain the dotnetobject, or do I have to push additional runtime dll's out or possibly reinstall the standalone compiler?
Thanks for any advice,
Jeff N.
PBDotNet190.dll, PBDotNetFrameworkInvoker190.dll, PBDotNetCoreInvoker190.dll
I'll try to deploy those additional files to our Jenkins server and see if that does the trick.