This is a migrated thread and some comments may be shown as answers.

Ininitalization for RadDropDownButton takes .69 sec - Why?

4 Answers 60 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 09 Dec 2007, 09:15 AM
Hello everyone,

All other controls called in InitializeComponent() take milliseconds. However when the RadDropDownButton is ininitialized within my forms designer class, it takes .69 seconds.

Here is the call:
this.radDropDownButton1 = new Telerik.WinControls.UI.RadDropDownButton();

Is there anyway to decrease this init time?

Thanks.

-- Jim

4 Answers, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 09 Dec 2007, 09:36 AM
As it turns out, I guess it's just the first time my Windows Form application starts to use the Telerk DLL.

How can I decrease the time it takes to first load the Telerik DLL?
0
James
Top achievements
Rank 1
answered on 09 Dec 2007, 09:49 AM
Nevermind, I found the solution.

I'm going to NGEN the assemblies, both on my dev machine for my personal use, but also on my applications final setup program, so that my customers can use the ngen'd version.

0
Nikolay
Telerik team
answered on 12 Dec 2007, 03:18 PM
Hello James,

Thank you for the question.

Although you have managed to solve the problem by yourself, we have prepared a Knowledge Base article to help the other users, who may experience the same issue. The article can be found here: Increase the execution speed of Telerik assemblies.

Thanks again for bringing this to our attention. If you have any additional questions, please contact us.

Regards,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
James
Top achievements
Rank 1
answered on 12 Dec 2007, 06:17 PM
wow. Nice job!

I tired to at least leave some breadcrumb for users who came to this post, but you left a whole loaf of bread.

Thanks.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
James
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or