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.
Thanks for your feedback! I suggest you can also try upgrading to PB 2019 R3, because in 2019 R3, PowerBuilder Runtime is separated from PowerBuilder IDE so you can install PowerBuilder Runtime separately on the Jenkins Server.
Regards,
Ken