Trail Days Left

Hi All,

I using LimeLM for my projects. I'm set version guid in Program.cs

TurboActivate.VersionGUID = "Version GUID you copied earlier";

and did all according to samples and docs

but TurboActivate.TrialDaysRemaining() always returns 14 days.

How to fix this? Project in production!!

Did you call the UseTrial() function (preferably at the top of your program after checking if IsActivated())?

thx for replay. it's my fault. if I change current version trial length for example to 7 should I download new TurboActivate.dat or I can use existing one?

You have to re-download the TurboActivate.dat file after changing the trial length.

I got it. Thanks for help and quick response.