Page 1 of 1

ServiceCollection and LicenseManager

Posted: Fri Jun 25, 2021 5:16 pm
by SyKaufax
When I create license manager and register license to service stack, my fonts go all crazy on my form(s) and user controls. Should this be a static call?

public static IServiceCollection LicenseGdPictureDotNet(this IServiceCollection services)
{
var lm = new GdPicture14.LicenseManager();
lm.RegisterKEY("...redatcted");
services.AddSingleton(lm);
return services;
}

Re: ServiceCollection and LicenseManager

Posted: Fri Jul 02, 2021 4:00 pm
by Hugo
Hi there,

Thank you for submitting your issue.

You can find how to register your license in your code here:
https://www.gdpicture.com/guides/gdpicture/Ho ... e.NET.html

You mention your fonts "go crazy". Would you be able to elaborate on what occurs on your end please?
It would be helpful if you could provide screenshots describing this and a code project allowing me to reproduce the issue would be perfect.
Since these may be private feel free to contact us directly here:
https://orpalis.zendesk.com/hc/en-us/requests/new

Regards,
Hugo Cudd
Technical Support