How to use NGEN correctly

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

Guest

All,

i was not geeting the preformance improvement with the pre-compile.

I have a un-managed app (vc6), which uses windows forms user control. The
use control in tern contains 2 user controls. each of them are in seperate
dlls in same name space and strong named. They are not installed in GAC

app.exe ( vc6 generated exe )
userctrl1.dll ( managend ) COM compliatnt ( with codebase )
userctrl2.dll ( managed )
userctrl3.dll ( managed )

i ran ngen on userctrl1.dll and userctrl2.dll and userctrl3.dll

I do not see any performance improvement. Am i missing something !

Plese help.
VR
 
Back
Top