How to speed-up winform for the first time launch

A

Atul

Hi,

In my winform application, when I try to launch any form first time,
it takes long time, but for the next time it gets launched in a very
less time.

One reason I know is MSIl is converted into m/c code(JIT compilation).
I cannot use ngen(it requires admin rights on the client m/c), so is
there is any way by which I can skip this MSIL -> m/c code
compilation?

(VB compiles application specific to processor(e.g. Pentium), in .Net
JIT compiles specific to processor type(e.g. Pentium1, Pentium 2
etc..) But it comes at the cost of first time loading. For my
application, option provided by VB is fine(compile application
targeting a processor).

Is this option available in .Net?

Pls help.

Thanx and Regards,
Atul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top