GetTrialId throws "access violation"

Hi,

var sbTrialId = new StringBuilder();
var status = LexActivator.GetTrialId(sbTrialId, 256);

Return has exited with code -1073741819 (0xc0000005) ‘Access violation’ and application crashes.

Regards.

Hi,

Instead of this:

it should be:

var sbTrialId = new StringBuilder(256);