Cause:
In a faulty WPF, the code behind changes the XMAL structure in an invalid way. Child and parent have the same name. This leads to a recursion in the XAML structure. Names must be unique. In older versions the error does not occur, because the mechanism for passing zenon-element to XAML does not exist.
Note: Check and correct WPF elements for unique naming in the XAML structure.
Hint:
In version 11 and higher, endless
recursion is now prevented in the case of incorrect XAML files.
To benefit from this customization: