I am picking up this error in my project. i installed the latest service pack last night:
Warning 17 The Controls collection of the UltraPanel is read-only. Modify the UltraPanel.ClientArea.Controls collection
It is being triggered here:
this.frmMain_Fill_Panel.Controls.Add(this.frmMain_Fill_Panel.ClientArea);
did you ever figure this out. it is similar to a problem I'm having.
Im having a very similar problem
Error
The Controls collection of the UltraPanel is read-only. Modify the UltraPanel.ClientArea.Controls collection instead.
line called out
this.panel1.Controls.add(this.panel1.ClientArea);
Hi,
I Put this line out and the error is gone ?
'Me.Customer_Fill_Panel_1.Controls.Add(Me.Customer_Fill_Panel_1.ClientArea)
Francois
I had the same problem after upgrade version 12 to 13.
What can I do for resolve the problem ?
Hello,
Thank you for provided feedback. I am glad to hear that you were able to solve your issue. Please let me know if there is anything further that I could do for you.
Thank you .