eo_support wrote:Hi,
This would appear to be a bug. Can you try to isolate the problem into a test project and then send us the test project? We will PM you as to where to send.
Thanks!
Hi,
Thank you for your fast reply!
To create a test application with similar, but shorter logic is a bit complicated. Im on it, but it will take some time.
In the meanwhile do you have any guesses what could give that exception when calling Render? In the background we have a structure built-up something like this: AcmTable --> to the table rows we add new AcmTableRow --> to the row we add new AcmTableCell --> ... --> and we add a new AcmText. I heard that if an item has child elements, but one of them is null that may give this exception. Do you know anything like this? My apology for these stupid questions! :) Our application is kinda complex, im just trying to identify the source of the problem and currently i cant see if we made some mistake in the structure (that is possible, of course) or not.