Hi,
I have a very slow startup time for an application that uses Actipro WPF controls.
after deep investigation I have discovered that the time it take for the first Actipro control is very slow, as you can see in this log (30 seconds!)
15:02:41.906 Information Loading Assembly: Loader__ActiproSoftware_Windows_Controls_Ribbon_Controls
15:03:11.185 Information Loading Assembly: Loader__ActiproSoftware_Windows_Controls_Ribbon_Controls Done
15:03:11.188 Information Loading Assembly: Loader__ActiproSoftware_Windows_Controls
15:03:11.312 Information Loading Assembly: Loader__ActiproSoftware_Windows_Controls Done
This issue only occured in my customer enviroment which is very secured in terms of network, so I suspect the license phase or any other init is trying to access the network thus causing the initialize step to be very slow.
the version I'm using is: 9.1.507
Please advise how this can be solved.