1- You must use the
[LicenseProvider(typeof(LicFileLicenseProvider))]on the top of your control class
2- You must check the validation of License in constructor’s control class by
LicenseManager.Validate(typeof(MYControl), this);3- To run the application, you must use one file (with below spec.) near the executable (or dll) control.
FileName: [MYControlNamespace].[MYControlClassname].lic
Content: [MYControlNamespace].[MYControlClassname] is a licensed component.
This is the most simple microsoft solution, that can be advance!
No comments:
Post a Comment