Posted 21 June 2018, 12:18 am EST
Hi Jason,
There are 2 elements of our licensing model, the activation of a serial key on your dev machine and the indivdiually licensing the controls in your project.
The first is accomplished by using the C1LicenseActivation utility (Start > All Apps > ComponentOne > C1LicenseActivation). If you launch the utility and click the ? at the end of the serial number box, you can see what keys are installed. If the box is blank, there are no keys activated.
The second is the individual licensing of the controls in the solution. For Winforms, this is accomplished via a text file called licenses.licx that’s included in your project. It will contain a line items for each control and this is how your project creates run-time licenses for our controls when you deploy your solution. Check to see if your project contains this file and verify all the controls are listed.
If one or both of these items are not complete, your application will nag.
In this particular case, please add the following entry in the licenses.licx file of the project, save and rebuild the solution:
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.4
The problem should no longer occur.
Thanks,
Pragati