Need list of standard ngen'd assemblies

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

Guest

So I had an 1D10T moment today: ran ngen /delete * and then compounded my error by closing the window. Of course now my window code starts far slower, but I don't want to blindly precompile assemblies because from what I know that might just as well slow things down as speed them up. Could someone out there run ngen /show for me and post a list of the standard precompiled assemblies so I know which ones to re-precompile? NGen is typically in C:\WINDOWS\Microsoft.NET\Framework\v1.1.432

Regards,
Laurence
 
Laurence said:
So I had an 1D10T moment today: ran ngen /delete * and then
compounded my error by closing the window. Of course now my window
code starts far slower, but I don't want to blindly precompile
assemblies because from what I know that might just as well slow
things down as speed them up. Could someone out there run ngen /show
for me and post a list of the standard precompiled assemblies so I
know which ones to re-precompile? NGen is typically in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Microsoft (R) CLR Native Image Generator - Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
CustomMarshalers, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
CustomMarshalers, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a <debug>
Microsoft.VisualStudio, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
Microsoft.VSDesigner, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
Microsoft.VSDesigner.Mobile, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 <domain neutral>
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 <debug> <domain neutral>
System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
<debug>
System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Design, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a <debug>
System.Design, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
System.Drawing, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
System.Drawing, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a <debug>
System.Drawing.Design, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a <debug>
System.Drawing.Design, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 <debug>
System.Xml, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 <debug>
System.Xml, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
vjscor, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
VJSharpCodeProvider, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
vjslib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
vjslibcw, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a <debug>
VJSWfcBrowserStubLib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
--
Tom Porterfield
MS-MVP MCE
http://support.telop.org

Please post all follow-ups to the newsgroup only.
 
Back
Top