I am writing a .NET component in c# and I want to set-up a licence so that it works fully in the development environment but requires a licence file if its being distributed in an application. Could anyone tell me how to do this or where I could find a resource that explains how this can be done.
I have seen how to use the Licence manager but this only seems to prevent the component running at all without a licence rather than only at run time.
license = LicenseManager.Validate(typeof(MyControl), this);
Cheers
Keith
I have seen how to use the Licence manager but this only seems to prevent the component running at all without a licence rather than only at run time.
license = LicenseManager.Validate(typeof(MyControl), this);
Cheers
Keith