Posted 23 March 2018, 12:23 am EST
Hello,
The evaluation message pop up appears in the following two cases:
- Your system does not have a valid license key for the controls.
- The entries of the licenses.licx file do not match with the controls used in the application.
In your case, it seems that the licenses file either doesn’t exist, contains wrong information, or is not configured correctly.
First, try a full rebuild (Rebuild All from the Visual Studio Build menu). This will usually rebuild the correct licensing resources.
The entry for every C1 control used in the application at design time or run time should be present in the licenses.licx file of the project. If you have added controls at runtime, drag and drop the controls on the form to generate their corresponding entries in the licenses.licx file and then you may delete the controls. You can also use the LicxGenerator to generate a licenses.licx file for your application. You can learn more about the same using the below mentioned blog post:
https://www.grapecity.com/en/blogs/licensing-and-licenses-licx-file-licxgenerator-tool/
Is the solution with which this project is showing this nag screen, consisting of other projects too? If yes, then we would like to inform you that every project that consists of ComponentOne components should contain a licenses.licx file with valid entries for all the C1 controls used in the project.
For complete list of entries, you may refer the following URL:
http://helpcentral.componentone.com/nethelp/c1studiowinforms/Creating_components_at_run_time.html
Hope this helps.
Best Regards,
Esha