Hi everybody!
I created an extension to convert html string to png image using c# .net to develop it. The code works ok when I test the outsystems extension using a console application, but when I am trying to use it on the Outsystems side, I have time out issues. (Sometimes it works fine).
I confirmed that the error is due to the use of threads but I don't Know how to handle them on the Outsystems side.
This is my code:
Public Method...
Private method...
Thanks!!!
Hi,
What is Application.Run() used for?? I dont really think it is readable in Outsystem
Hope this help