Hello,
I have a problem with the GetProductKey function, it does not work and it crashes the application, Here is the code that calls this function:
var key = levelValue = new StringBuilder();
var status = LexActivator.GetProductKey(key, 255);
thanks in advance.