Running Compiled Code On An IRIS Instance
I have deployed code onto a site in the compiled format.
But when I try to call the code I get the error,
Is there a specific way that you need to run compiled code?
Comments
No, should be the same. Do you see (deployed) classes in Studio/VSCode?
I see the signiture of the classes that I exported deployed then imported, with no content in the methods, is this how it is meant to show?
.png)
I am assuming its something to do with the lacking qspec here, but I am finding it hard to know what flags to add from the docuemntation.
At current it is.
Try to export the project with one deployed class. Open exported xml and check if the class is there and deployed.
See Deploying code to production site especially the section Limitations for DeployToFile() and InstallFromFile()
Thanks, I did follow these when doing the export/import.