DevExpress启动慢 优化

NGen 优化 DevExpress
使用NGen也很简单
1 以管理员身份启动控制台cmd程序
2 切换到本机.NET 工具目录下:
对于32位机器,通常在%WINDIR%\Microsoft.NET\Framework\v4.0.30319
对于64位机器,通常在 %WINDIR%\Microsoft.NET\Framework64\v4.0.30319
3 然后执行 ngen install 加上程序集的路径和名称

例:

cd %WINDIR%\Microsoft.NET\Framework\v4.0.30319

ngen install D:\share\Debug\DevExpress.BonusSkins.v16.2.dll
ngen install D:\share\Debug\DevExpress.Data.v16.2.dll
ngen install D:\share\Debug\DevExpress.Office.v16.2.Core.dll
ngen install D:\share\Debug\DevExpress.Pdf.v16.2.Core.dll
ngen install D:\share\Debug\DevExpress.Printing.v16.2.Core.dll
ngen install D:\share\Debug\DevExpress.RichEdit.v16.2.Core.dll
ngen install D:\share\Debug\DevExpress.Sparkline.v16.2.Core.dll
ngen install D:\share\Debug\DevExpress.XtraBars.v16.2.dll
ngen install D:\share\Debug\DevExpress.Utils.v16.2.dll
ngen install D:\share\Debug\DevExpress.XtraEditors.v16.2.dll
ngen install D:\share\Debug\DevExpress.XtraGrid.v16.2.dll
ngen install D:\share\Debug\DevExpress.XtraLayout.v16.2.dll
ngen install D:\share\Debug\DevExpress.XtraPrinting.v16.2.dll
ngen install D:\share\Debug\DevExpress.XtraTreeList.v16.2.dll

通过 NGen 改善启动性能

上一篇:devExpress之GridView属性设置总结(图文)


下一篇:DevExpress 设计Ribbon界面