Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Component Licences

Status
Not open for further replies.

keith818

Programmer
Jun 19, 2002
10
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top