Tagged Questions
The Native Image Generator (Ngen.exe) is a tool for the .NET framework that improves the performance of managed applications by creating and caching processor-specific machine code, so that just-in-time compilation is no longer necessary.
19
votes
5answers
5k views
Have you ever used ngen.exe?
Has anybody here ever used ngen? Where? why? Was there any performance improvement? when and where does it make sense to use it?
18
votes
1answer
583 views
Performance critical to inline across NGen image boundaries
Been going through some framework classes using reflector and noticed a number of the methods and properties have the following attribute
[TargetedPatchingOptOut("Performance critical to inline ...
8
votes
5answers
1k views
How to debug a WER minidump of an “ngen”ed image
When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack trace, variables, ...
8
votes
4answers
2k views
Is it possible to use NGen with ClickOnce deployment?
Is it possible to use NGen with ClickOnce deployment?
7
votes
5answers
967 views
How do I run nGen at the end of the installation (MSI)?
I would like to execute nGen at the end of my installation simply to improve the perceived performance of the first startup of my application. How could I do that? Is there are some best practices? ...
7
votes
4answers
2k views
Does it help to use NGEN?
Is it better to use NGEN an ASP.NET application when we know it is not going to change much ? Or is the JIT good enough?
The only reason I asked was because this article by Jeffrey Richter in 2002 ...
7
votes
1answer
760 views
Is there any way to change the .NET JIT compiler to favor performance over compile time?
I was wondering if there's any way to change the behavior of the .NET JIT compiler, by specifying a preference for more in-depth optimizations. Failing that, it would be nice if it could do some kind ...
6
votes
2answers
205 views
Can we disassemble (using ILDasm) an NGen-ed assembly?
If I NGen an assembly, is it normal that ildasm still disassembles it?
Ok. I wrote a HelloWorld class library and the ensuing dll is named NGenILDasmTest.dll.
--> Targeted for the .Net fw 4.
From ...
6
votes
1answer
144 views
ngen and profiling
I'm trying to use NGen to see if native images of my application run better than the .NET ones. However, I'm having a little bit of trouble figuring out what to do.
My application is called MyApp.exe ...
4
votes
4answers
462 views
JIT vs NGen - what is the differene?
So when CLR runtime load a .NET assembly, it compiles it into machine native code. This process is called JITing. NGen is also the process of compiling .NET assembly into native code. I don't ...
4
votes
3answers
1k views
bundle .NET dlls to run application in .NET-less machine?
AFAIK, ngen turns MSIL into native code (also reffered to as pre-JIT), however I never payed too much attention at it's startup performance impact. Ngen'd applications still require the .NET base ...
4
votes
3answers
868 views
NGen and Gacutil best practices
This is my first post, so please forgive me if this isn't written well.
I've been working on a WinForms application which has about 5 referenced assemblies - written by us, and about 8 referenced ...
4
votes
3answers
4k views
Need help getting NGen back into working condition
NGen is unhappy on my computer, and i can't find a way to get a deep understanding of what is going wrong.
After every startup, ngen logs this message:
.NET Runtime Optimization Service
...
3
votes
1answer
78 views
How to reduce the number of .Net dll running over a network
We have a .Net framework 4 software solution with numerous .dll files.
Those files are hosted on a network server, and run from clients on a common remote folder.
We want to reduce the number of ...
3
votes
4answers
125 views
Using ngen.exe to compile a kernel
I understand that the Cosmos and SharpOS have made their own compilers to build binary code from C#, but could you use Microsoft's .NET AOT to do the same thing? Compiling C# to x86, that is. I assume ...
3
votes
1answer
175 views
How to measure the effect of correctly rebasing .NET assemblies before NGen?
Our application has a lot of .NET assemblies, which up until now, has not been deployed with NGen-scripts, so they are always JITted at runtime.
Since our application is typically deployed to a ...
3
votes
5answers
1k views
Generating Native Images outside the Cache
I would like to use NGEN.EXE in order to generate native images of my assemblies before I create my installer. I am hoping this will keep my binaries Reflector-proof. Am I correct about this?
I have ...
2
votes
3answers
659 views
How to kill mscorsvw.exe
mscorsvw.exe (a.NET optimization that precompiles assemblies) is taking up a substantial percentage of my CPU - 50-100%.
This article (and many others) say that
ngen.exe executequeueditems
...
2
votes
3answers
330 views
Does NGEN'ing a .NET application help protect it from reverse engineering? If not when would I use it?
If Ngen doesn't protect my application, when would I reasonably expect to use this application in my career?
2
votes
3answers
251 views
Is ngen used to compile .NET code into an binary that will not require .NET framework to be installed when running the code?
I read the following paragraph on Wikipedia article about the CLR:
Alternatively, the CIL code can be
compiled to native code in a separate
step prior to runtime by using the
Native Image ...
2
votes
3answers
432 views
Invoke ngen from NSIS installer
I am using NSIS to deploy a .Net application. The installation/uninstallation process works fine, but I would like to add a final ngen step to improve startup performance.
Unfortunately, Google ...
2
votes
4answers
136 views
Securing against dynamic linking in .NET
I want to deploy an application with a license attached. However, I want to prevent that my dll can be easily referenced in visual studio.
What are the usual ways of doing this? I was thinking about ...
2
votes
1answer
514 views
.NET assembly cache / ngen / jit image warm-up and cool-down behavior
I have an Input Method (IME) program built with C#.NET 2.0 DLL through C++/CLI. Since an IME is always attaching to another application, the C#.NET DLL seems not able to avoid image address rebasing.
...
2
votes
2answers
4k views
Where can I download the latest ngen.exe?
I am using ngen.exe (the .Net Native Image Generator) version 2.0.50727.312. Is this the latest version? If not, where can I download the latest version? This page on msdn...
...
2
votes
3answers
397 views
Can you use the Phoenix compiler as a more powerful NGEN?
In case you don't know of Phoenix, it's a compiler framework from Microsoft that's apparantly going to be the foundation of all their new compilers. It can read in code from CIL, x86, x64, and IA64; ...
1
vote
0answers
52 views
.NET - NGEN compile x86 assembly
This is a followup to this question:
NGEN x86 vs x64 with .NET executables
I know that it's possible to NGEN using a custom setup action, but I use Inno Setup, so I have to do it manually.
The ...
1
vote
1answer
95 views
NGEN x86 vs x64 with .NET executables
I have the following question:
My .NET assemblies are compiled in x86 mode. Can I still leverage the performance benefits of NGEN on x64 Windows systems? Will x86 assemblies be compiled into native ...
1
vote
1answer
38 views
Cannot get NGen with ASP.NET working
I'm trying to use NGEN with an ASP.NET application to improve start up time. (I appreciate this isn't an ideal solution but I'm being asked to look into it)
I can run nGEN against my target DLL and ...
1
vote
0answers
41 views
IntelliTrace doesn't work properly once “ngen install … /profile” is used
We're developing an application that greatly benefits from Profiled Native Images of .NET framework. Due to that, during our installation, we're running the following on several .NET assemblies:
ngen ...
1
vote
2answers
101 views
Dll base address
I've got a small test solution with one exe and three Dlls, the exe calling the three Dlls once each.
I've set the Build->Advanced->DLL Base Address setting to 0x41000000, 0x42000000 and 0x43000000 ...
1
vote
1answer
64 views
Inspect / disassemble .Net native images
Is it possible to disassemble / inspect the native code produced by the .Net JITer / ngen? (for purely academic purposes)
In attempting to answer this question I became intrigued about what sort of ...
1
vote
1answer
135 views
NGEN'd assemblies not being loaded
I'm trying to measure the performance impact of NGENing my assemblies versus not but I am unable to get my executable to load the NGEN assemblies. I ran the following from the VS2010 command prompt:
...
1
vote
2answers
222 views
Where can I find location of generated file after doing Ngen?
I did Ngen on a C# executable. It was succesful, but I cannot figure out where the generated file is in my PC. MSDN says it should be in native image cache, still not able to figure out where it is..
...
1
vote
1answer
919 views
How to properly NGen .NET application during installation
I'm using Inno Setup to generate setup program for my application, and I would like to write a script to NGen my application during installation. I want the code to be able to NGen files targeting ...
1
vote
1answer
194 views
How can I load a .net native image (NGEN) into multiple appdomains without specifying domain neutrality?
NGEN + AppDomain problem here.
I'm working on some application changes that revolve around making native images load correctly to prevent awful JIT time in our .net application. Some parts were ...
1
vote
0answers
102 views
Precompiled XSLT, ReBase and NGEN
Advanced performance question here. Here's my scenario:
I have a database that contains thousands of XSLT documents. One for each page of a website so these translate XML into HTML. An ASP.NET web ...
1
vote
1answer
134 views
VS2010 profiler seems to not resolve symbols from ngen'd images
I'm profiling a Windows service by attaching to it in the 'sampling' mode.
I open the results file, the "functions" view and I see the "hottest" function being displayed as ...
1
vote
1answer
179 views
Any reason why NGEN should hang and never complete for a particular assembly?
I have a class library project for .NET 3.5 built with Visual Studio 2008.
If I try to NGEN the core assembly in this solution file, NGEN never completes, or at least not in the time I've bothered to ...
1
vote
1answer
403 views
Very slow startup of ASP.NET applications
I have an ASP.NET applications with quite small number of pages. The problem I see is that the startup time is quite slow. As far as I can tell, most of the time is spent in JIT. Pre-compiling the ...
1
vote
2answers
799 views
Determine if GAC'ed & NGen'ed assemblies are being used
How do I determine if the Native images are being used without the Loader verifing the signature of the assembly at runtime, or even using the GAC'ed assembly?
I have complex system that we're ...
1
vote
1answer
311 views
How to determine if assembly has been ngen'd?
How can you determine whether a particular .Net assembly has already been ngen'd or not? I need to check from code. Even invoking the command-line would be fine. At the moment I can't see any way of ...
1
vote
6answers
438 views
How can I decrease startup and running time in .net applications?
I use C# to write windows applications with the .NET framework. How can I decrease startup time for these applications? My applications feel very slow during startup and initialization, particularly ...
1
vote
2answers
583 views
Step-by-step ngen with Wix 3.0
We use Wix to build an installer for our .NET application and are just in the process of porting to Wix 3.0.
Our application includes several .NET assemblies (as is the way with .NET applications) ...
1
vote
1answer
248 views
.NET JIT'ed assemblies in sharable pages
When running a .NET 2.0 WinForms app in a Terminal Services environment, I'm seeing some unexpected results that I can't quite explain. Everything I have read has indicated that JIT'ed assemblies ...
0
votes
0answers
7 views
NGen for partial trust application
I have a .Net 4.0 application that I need to improve the performance of code running in a partial trust environment. Specifically, I would like to eliminate the need to JIT at runtime. Normally this ...
0
votes
1answer
16 views
nGen EXE +DLLs through Setup and Deployment project
I have this code that should nGen my main application EXE:
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration.Install;
using System.Data;
using ...
0
votes
0answers
23 views
ngen all assemblies in a Visual Studio solution
Is there an easy way to fire ngen.exe for every assembly in a solution?
After each Release build would be great.
0
votes
1answer
106 views
NGen error failed to load runtime error
I came across a strange error when using NGen from .NET Framework 4 to compile a bunch of DLL assemblies. The install worked for some of the DLLs, but for some others it produced the following error ...
0
votes
1answer
112 views
Creating and distributing native image with ngen.exe
I tried to use ngen.exe to get native image from CIL binary.
This site explains that I can ge the native image in %WINDIR%\assembly when I execute the ngen command for example, ngen install abc.exe, ...
0
votes
2answers
54 views
Native Code Generation
Im new to Native Code Generation in .Net 4.0. In my project there are totally 500+ DLL file for a single EXE file. If I have to create a Native Image for all those DLL using ngen.exe install it is ...