Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
The Controls collection of the UltraPanel is read-only. Modify the UltraPanel.ClientArea.Controls collection instead
posted
We received a source developed by another company, but we do not have a license.

I got the C# program source, but I get this error when I build it.
Could it be solved if I only have the same version of the license?

version used : 18.1


 
  • 1560
    Offline posted

    Hello,

    I have been looking into the attached screenshots and what I could say is that the error is due to adding controls directly to the UltraPanel.
    Here could be found a discussion about a similar issue and as it is suggested there you could try the following steps in order to fix the it:
    1. Open the Designer file of your Form
    2. Find all places where you have code like: this.ultraPanel16.Controls.Add(....
    3. Replace the code from point 2 with this.ultraPanel16.ClientArea.Controls.Add(....
    4. Clean your solution
    5. Rebuild your solution

    Additionally, please note that using a non-trial version of our product requires a valid license and also according to our support policy Infragistics products have one year of product service releases and three years of developer support. This means that version 18 is considered retired and it is no longer eligible for Developer Support Services.

    For more details about licensing, I could suggest contacting our sales department at sales@infragistics.com.

    Let me know if I may be of any further assistance.
     
    Sincerely,
    Teodosia Hristodorova
    Software Developer