Re: ngen.exe question
- From: "Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc>
- Date: Tue, 16 Aug 2005 19:31:34 -0400
Nope. That's basically it. If you are doing a lot of initialization on app
startup, you may want to consider optimizing to lazy initialization,
basically do the bare minimum initialization and differ the rest for later
in the program
--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
Forth-coming VSTO.NET
-------------------------------------------------------------------------------
"chewie" <chewie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4208FFEE-451F-45BC-A34E-55EA610AA732@xxxxxxxxxxxxxxxx
> I'm trying to improve the startup time of a simple winform app using
> ngen.exe. I register myappl.exe with the negen tool
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ngen myapp.exe), but I
> notice
> no improvement in startup time. I'm assuming that I can start myapp.exe
> from
> its original location and not from the GAC or some other way. Am I
> missing
> something? Do I need to start the application in a different way? Thanks
.
- Follow-Ups:
- Re: ngen.exe question
- From: chewie
- Re: ngen.exe question
- References:
- ngen.exe question
- From: chewie
- ngen.exe question
- Prev by Date: Re: Process suspended
- Next by Date: .Net performance counters Problem
- Previous by thread: ngen.exe question
- Next by thread: Re: ngen.exe question
- Index(es):
Relevant Pages
|