Activation not workingAnswered

Activation seems to have stopped working both on clients and our machines. Is there an issue with the server?

Thanks

Answer

https://wyday.com/limelm/help/faq/#internet-error

https://wyday.com/limelm/help/faq/#useful-reports

Start by using the latest version. Then, from there, provide enough information so we can actually help.

Trying to update TurboActivate - then VB file for Microsoft .Net comes in with a load of syntax errors?

load of syntax errors?

https://wyday.com/limelm/help/faq/#useful-reports

You've been directed here because you said "I'm getting an error with X" or "I'm getting error code Y" without providing enough information. Keep reading to learn how to provide useful reports so we can actually help you.

Line 63 "Property missing ‘End Property’

Line 75 “Statement cannot appear within a property body. End of property assumed.”

We're not in front of your computer. We don't know what programming language you're using (VB is not enough: VBA? VB6? VB.NET? Xojo? What version of which? What files are you using? What compilers are you using? Etc, etc., etc.).

In short: provide enough information and we can help.

This is unbelievable. Have said .Net above. Load it and see for yourselves.

  ''' <summary>Event data for a trial callback.</summary>
   Public Class StatusArgs
       Inherits EventArgs

       ''' <summary>The status of the trial.</summary>
       Public Property Status() As TA_TrialStatus
   End Class


   Public Class TurboActivate
       Private ReadOnly handle As UInteger = 0

       Public ReadOnly Property VersionGUID() As String

       ''' <summary>Creates a TurboActivate object instance.</summary>
       ''' <param name="vGUID">The GUID for this product version. This is found on the LimeLM site on the version overview.</param>
       ''' <param name="pdetsFilename">The absolute location to the TurboActivate.dat file on the disk.</param>
       Public Sub New(vGUID As String, Optional pdetsFilename As String = Nothing)
           If pdetsFilename <> Nothing Then
 

We now have another customer who cant activate the software.

Ok, now the next questions:

What version of which? What files are you using? What compilers are you using?

It works fine in the 2 latest version of Visual Studio (2019 and 2022). Likely works in 2015 too (haven't tested in years).