Skip to content
  • There are no suggestions because the search field is empty.

SLIK-DA License Expired in my .NET application, but I am Licensed

I have successfully created a .NET application using the SLIK-DA components.
When I deploy my application to another computer, I get the following error:

"You do not have an appropriate license to use this functionality"

I have successfully registered the SLIK-DA components!

The problem is because the control within your .NET application IS NOT LICENSED!!!

Here's how Visual Studio .NET works...
When you drag-n-drop a component onto your form, its licensing information is embedded within the control itself. That is also the ONLY time this embedding of the licensing actually takes place!

The solution is simple:

  1. Register the software first - if its not already registered!
  2. Delete the SLIK-DA instance(s) from your form(s) 
  3. Add new SLIK-DA instance(s) back onto your form(s)
  4. Make sure the name(s) of the instance(s) are the same as those that you previously deleted
  5. Re-attach any event-handlers as they will not be re-attached just because the names are the same
  6. Rebuild and re-deploy your application

At this point, your SLIK-DA instance(s) on your form(s) will contain valid license information.