John wrote:
> Hi
>
> I had a winform db app in fw 1.1 which loaded pretty quickly. I have
> rewritten same app in fw 3.65 but it takes a long time to load. The splash
> screen comes quick but then it stays there for ever before the main form is
> loaded. How can I improve the start-up? The app uses application framework.
>
> Thanks
>
> Regards
>
>
Maybe NGen will help you and other information in the link. Also if
you're accessing a database, then may be you need to spawn a child
thread to do it while the main thread continues to load the form to be
shown.
http://msdn.microsoft.com/en-us/magazine/cc163655.aspx