Hello Team,
We are using Infragistics .Net 2007 Vol. 2 and MS Visual Studio 2005, we are using the Ribbon control in our form. We observed that the form takes time to load when we use Ribbon control. For testing purpose we placed the ribbon control on the blank form, without any code or any other control, but even then it is taking time to load and also the ribbon control loads only after other controls on the forms are loaded.
Can you please guide us for this. Do we have to install any service packs for resolving this issue ?
Looking forward for your reply.
I suspect that the lag that you see is due to the initial jitting of the assembly by the runtime. You can see if this is the case by showing a second instance of the same form within that application (e.g. from a button click). If that is the source of the lag you are seeing then you can use ngen to pre-jit the assemblies.