Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Infragistics license check
posted

Hi,

I testing the performance of my test web project using a profiler.
I'm using Infragistics controls v7.2

I found that every request the the controls of the page are created, infragistics controls perform a license check via the LicenseManager.Validate which is terribly slow.
For example I'm using the the WebDateChooser from Infragistics2.WebUI.WebDateChooser.v7.2, Version=7.2.20072.61

According to the profiler the RuntimeLicenseContext.GetSavedLicenseKey method takes most of the time,
and in my case it returns null, which means that the result is not cached (GetSavedLicenseKey method is caching the result is it's not null) this means that I pay this penalty every request for every infragistics control.

Is this a knwon issue? or my license configuration is not correct? if so why I don't get any notification about that? Is there a way to overcome this perfformance issue?