Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 820 Bytes

096 Profiling ASP.Net MVC4 apps can lead to Fatal Execution Engine Error.md

File metadata and controls

30 lines (20 loc) · 820 Bytes

96: Profiling ASP.Net MVC4 apps can lead to Fatal Execution Engine Error

Scope

Edge

Version Introduced

4.5

Version Reverted

4.5.2

Source Analyzer Status

Not planned

Change Description

Profilers using NGEN /Profile assemblies may crash profiled ASP.NET MVC4 applications on startup with a 'Fatal Execution Engine Exception'

  • Quirked
  • Build-time break

Recommended Action

This issue is fixed in the .NET Framework 4.5.2. Alternatively, the profiler may avoid this issue by specifying COR_PRF_DISABLE_ALL_NGEN_IMAGES in its event mask.

Affected APIs

  • Not detectable via API analysis

Category

ASP.NET

More information