Install-time code generation...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have read several things that have referenced Install-time code generation, but I can not find anyway to enable this. Can anyone give me some help on this and what the advantages would be?
 
You mean running your assemblies through ngen.exe during installation?
There's a performance gain, certainly. Use Google to search for "ngen" or
"native images" and you'll find more information. MSDN also has articles on
the topic.

--
Klaus H. Probst, MVP
http://www.vbbox.com/


Larry said:
I have read several things that have referenced Install-time code
generation, but I can not find anyway to enable this. Can anyone give me
some help on this and what the advantages would be?
 
What I have read states that it will generate computer code for the dll and save them instead of saving the dll as pe's with msil code in them.
 
=)

--
klaus



Larry said:
*blushes* I'm sorry Klaus. I'm a little ignorant at times. I did the
research you suggested and found a good bit of information on what I needed.
Thank you for your help, and I'm sorry for not understanding the first time.
 
Back
Top