InitializeComponents taking long time during load.

Ribbon for WPF Forum

Posted 15 years ago by Balaram Barange
Avatar
Hi,

In my application RibbonWindow's InitializeComponents() taking too long to load.
I have more than 100 buttons on the ribbon control. Is is why its taking so much time to load.

I could not get in inside InitializeComponents() to find out the problem...

Can you please suggest something on this.

Thanks,
Balaram

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Balaram,

If this is the main window, you must also consider that .NET loads assemblies on first use. This means that if our assemblies have not yet been loaded (or any other assemblies that you reference that are used in the window), then they will be loaded, incurring a small delay. Once loaded there is no more delay. That's most likely what you are running into and is standard .NET behavior.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.