License.key online in my host

Stimulsoft Reports.NET discussion
Post Reply
eduardo12fox
Posts: 8
Joined: Fri Nov 22, 2019 9:20 pm

License.key online in my host

Post 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");
            
        }
Lech Kulikowski
Posts: 7339
Joined: Tue Mar 20, 2018 5:34 am

Re: License.key online in my host

Post by Lech Kulikowski »

Hello,

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

Thank you.
eduardo12fox
Posts: 8
Joined: Fri Nov 22, 2019 9:20 pm

Re: License.key online in my host

Post by eduardo12fox »

Thanks I was find in web the code from put lincese in my code:

Stimulsoft.Base.StiLicense.Key = "";
Max Shamanov
Posts: 991
Joined: Tue Sep 07, 2021 10:11 am

Re: License.key online in my host

Post by Max Shamanov »

Hello,

You are welcome!
Post Reply