kimiraikkonen
Fri Feb 22 11:09:06 CST 2008
On Feb 22, 5:04=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
> Hi
>
> My vb.net seems to be slow on initial loading. My clients are not impresse=
d
> as they had used the ms access version of the app previously and think tha=
t
> 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
John,
Similar issue had been discussed here with same symptoms.
Unfortunalely, .NET is not as fast as other technologies like VC++,
MFC or VB (6) classics. I think faster memory speeds are a bit helpful
for overcoming on this issue.
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_t=
hread/thread/e36d3712e4d30b3a/7d003acbe4a4b170?hl=3Den&lnk=3Dgst&q=3Dslow+st=
artup#7d003acbe4a4b170
Plus, there's a temporary method which can be applied. As you know, if
you run a .NET application, the second launch of that or an another
application is done much more faster (almost less than one second).
That's why you may want to write an empty .NET application and put
this into startup, it should run automatically and will provide help
to speed up other main applications's initial launch accelerations.