Trials Days Question

Hi:

I am just starting out with LimeLm using C#, and have a question regarding trials. As a test, I set up my application in the LimeLM portal, setting trial days to 2. I downloaded the TurboActivate.dat file, placed it in my bin debug/release folders, set the VersionGUID, and ran my local application in the VS2012 IDE. Trial days remaining should have returned two, but Im getting zero. Am I doing this correctly? I am using the C# example provided in the download.

Thanks,Armatec

A few things to consider:

  1. You have to call UseTrial() before calling TrialDaysRemaining().
  2. If you ever run TurboActivate.exe (the TurboActivate wizard) the trial start the second TurboActivate.exe starts (whether you start the trial in your app later or not).
  3. If you modify the system time at all then TurboActivate detects time tampering and resets the trial days remaining to 0.