Redis Client license vs servicestack.text license

we have 3 business Redis client licenses but are now getting a 20 types used error… do we need to purchase ServiceStack.Text licenses? I thought they were included in the Redis client license.

No you wont have to purchase existing licenses as they should already be included. Can you provide the StackTrace of the exception and the line of source code causing it. (and version of ServiceStack you’re using).

Can you also confirm how the license key is registered in the project that’s throwing the exception? Please also let me know what this prints:

var features = LicensingUtils.ActivatedLicenseFeatures();
Console.WriteLine(features);

Thank You for the Information… I think we had a corrupt piece of code deployed to QA or something. Just knowing it should be working helped and as we redeployed… everything came to life.

1 Like