------------------------ Edited by Colt --------------------------
Clickable HyperLink was added
------------------------ Edited by Colt --------------------------
Microsoft's Winforms dll is not ngened by default. Precompiling Windows Forms applications usually results in a performance win. You can choose to run ngen.exe during install time or before you distribute you application. I will recommend you to run ngen.exe during install time, because the application will be optimized for the machine on which it is being installed. If you run ngen.exe before you distribute the application, you limit the optimizations to the ones available on your machine.
You can read more about the ngen.exe on this site:
Native Image Generator (Ngen.exe)
/Fredrik Norm?n NSQUARED2
Microsoft MVP, MCSD, MCAD, MCT
CornerstoneMy Blog, ASP.Net 2.0 etc