Page 1 of 1

License.key online in my host

Posted: Tue Feb 22, 2022 1:11 pm
by eduardo12fox
Hi guys,

Is possibile I put file licese.key in my host and when Report open read this file online?

My code

Code: Select all

public Form1()
        {
            InitializeComponent();
            Stimulsoft.Base.StiLicense.LoadFromFile("license.key");
            
        }

Re: License.key online in my host

Posted: Tue Feb 22, 2022 9:52 pm
by Lech Kulikowski
Hello,

You can store the license key as you need and load it from the code.

Thank you.

Re: License.key online in my host

Posted: Wed Feb 23, 2022 10:18 am
by eduardo12fox
Thanks I was find in web the code from put lincese in my code:

Stimulsoft.Base.StiLicense.Key = "";

Re: License.key online in my host

Posted: Wed Feb 23, 2022 1:57 pm
by Max Shamanov
Hello,

You are welcome!