Initial opening speed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Initial opening speed

    Hi

    My vb.net seems to be slow on initial loading. My clients are not impressed
    as they had used the ms access version of the app previously and think that
    the old app is faster in loading. I understand .net apps need to compile
    themselves before execution. Is there any way I can speed up this process or
    in general do anything else to speed up initial loading of the vb.net app?

    Thanks

    Regards


  • Teemu

    #2
    Re: Initial opening speed


    "John" <John@nospam.in fovis.co.ukkirj oitti viestissä
    news:%23jUgpQWd IHA.748@TK2MSFT NGP04.phx.gbl.. .
    Hi
    >
    My vb.net seems to be slow on initial loading. My clients are not
    impressed as they had used the ms access version of the app previously and
    think that the old app is faster in loading. I understand .net apps need
    to compile themselves before execution. Is there any way I can speed up
    this process or in general do anything else to speed up initial loading of
    the vb.net app?
    There is a utility called ngen in .NET Framework's directory. Here is more
    information:


    But unfortunately it is a fact that .NET applications start slowly at the
    first time.

    -Teemu

    Comment

    • John

      #3
      Re: Initial opening speed

      Thanks. Is there a way to include ngen into the setup?

      Thanks again.

      Regards

      "Teemu" <tsirkia@hotmai l.comwrote in message
      news:c2Dvj.3005 64$3M3.195157@r eader1.news.sau nalahti.fi...
      >
      "John" <John@nospam.in fovis.co.ukkirj oitti viestissä
      news:%23jUgpQWd IHA.748@TK2MSFT NGP04.phx.gbl.. .
      >Hi
      >>
      >My vb.net seems to be slow on initial loading. My clients are not
      >impressed as they had used the ms access version of the app previously
      >and think that the old app is faster in loading. I understand .net apps
      >need to compile themselves before execution. Is there any way I can speed
      >up this process or in general do anything else to speed up initial
      >loading of the vb.net app?
      >
      There is a utility called ngen in .NET Framework's directory. Here is more
      information:

      >
      But unfortunately it is a fact that .NET applications start slowly at the
      first time.
      >
      -Teemu

      Comment

      • Teemu

        #4
        Re: Initial opening speed


        "John" <John@nospam.in fovis.co.ukkirj oitti viestissä
        news:e9d2o3cdIH A.4696@TK2MSFTN GP05.phx.gbl...
        Thanks. Is there a way to include ngen into the setup?
        >
        You can run ngen during the setup process. Ngen is installed on every
        computer with .NET Framework.

        -Teemu

        Comment

        Working...