browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need .NET Framework help?

Get answers from our community of .NET Framework experts on BYTES! It's free.

Install-time code generation...

Larry
Guest
 
Posts: n/a
#1: Nov 22 '05
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?



Klaus H. Probst
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Install-time code generation...


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" <anonymous@discussions.microsoft.com> wrote in message
news:92A8819D-6B21-4252-AA2E-42F23BBD9216@microsoft.com...[color=blue]
> I have read several things that have referenced Install-time code[/color]
generation, but I can not find anyway to enable this. Can anyone give me
some help on this and what the advantages would be?


Larry
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Install-time code generation...


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 H. Probst
Guest
 
Posts: n/a
#4: Nov 22 '05

re: Install-time code generation...


=)

--
klaus



"Larry" <anonymous@discussions.microsoft.com> wrote in message
news:539FB03C-0251-41AE-84F3-4964CAC8A831@microsoft.com...[color=blue]
> *blushes* I'm sorry Klaus. I'm a little ignorant at times. I did the[/color]
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.


Closed Thread