I’m just upgrading a project from version 7.9.12 to 7.9.14 and I’m facing the following 2 problems:
- one page is populated with a Template repeater. Inside each single template variables are assigned to components through Indirect addressing. 7.9.12 is running without problems, whereas 7.9.14 raises the following exception whenever I enter the page:
one exception for each item in the repeater. - one page has a Template canvas. Each template background in the template canvas is colored based on an Expression binding such as
tag(concat("PLC2SCADA/bits/RCAE_",{tplRCAE.sourceID},"1_Alarm"))
sourceID
is a Custom property which is passed to the template canvas as follows
Again: 7.9.12 is working as expected, whereas 7.9.14 is raising the following exception:
Any suggestion?
Thanks in advance, regards