INFO: ASP.NET Does Not Support Pre-Just-In-Time (JIT) Compilation Through Native Image Generator (Ngen.exe) (331979)



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework) 1.0
  • Microsoft ASP.NET (included with the .NET Framework 1.1)

This article was previously published under Q331979

SUMMARY

The Native Image Generator (Ngen.exe) creates a native image from a managed assembly and then installs the image into the native image cache on the local computer. When you use the images that you created with Ngen.exe from ASP.NET assemblies, the common language runtime ignores them and then reverts back to the original image for just-in-time compilation (JIT).

MORE INFORMATION

The common language runtime cannot load images that you create with NGEN into the shared application domain. Because ASP.NET standard assemblies are shared and are then loaded into a shared application domain, you cannot use Ngen.exe to install them into the native image cache on the local computer.

REFERENCES

For more information about Native Image Generator (Ngen.exe), visit the following Microsoft Developer Network (MSDN) Web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfnativeimagegeneratorngenexe.asp
For more information about loading assemblies into the application domain, visit the following MSDN Web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconloadingassembliesintoapplicationdomain.asp

Modification Type:MajorLast Reviewed:1/21/2004
Keywords:kbinfo kbconfig kbcompiler KB331979 kbAudDeveloper