We're working around this by adding CSV content in the environment variables and parsing it to a collection within the process. Works well, but isn't the best UX of course.
Hello Manoj,
Can you be more specific ? What is the error you are getting?
If you are using version 4, be sure that your code works on .NET 2.0 and that you have included the needed imports or assembly references on the main page. (this could be th...
Hello,
Do you by any chance use Java 1.8 with the included java access bridge.
We had the same problem and managed to fix that by installing the JAB 2.0.4 version manually.
However there was an additional bug in de JAB and to resolve that you have t...