小编Joe*_*Joe的帖子

处理asp:ScriptManager时mscorlib.dll中的ExecutionEngineException(80131506)

我刚刚在.aspx页面中使用asp:ScriptManger标记在本地运行任何现有的ASP.NET应用程序时,刚刚开始获得ExecutionEngineException(80131506).

错误消息是:

Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFB75209A99 (00007FFB75170000) with exit code 80131506.
Run Code Online (Sandbox Code Playgroud)

这个问题在我获得Windows 10周年更新后开始发生,所以我认为这些可能是相关的,但这只是猜测.

以下是我目前的发现:

  • 它发生在我的所有现有应用程序上,这些应用程序在我的机器上本地运行时具有ScriptManagers.其中许多我没有更新超过一年.并且在其他非Windows 10 Anniversary机器上仍然可以正常工作.我们没有其他开发人员使用最新的Windows 10更新来测试它.
  • 我得到了所有持续的Windows更新
  • 我尝试过以前版本的应用程序(以防万一)
  • 我首先进行了修复,然后卸载并重新安装了Visual Studio 2013
  • 我在Windows功能中关闭了IIS和.NET
  • 我清除了asp.net临时文件
  • DebugDiag输出显示以下内容:

.NET调用堆栈

[[HelperMethodFrame_2OBJ](System.Reflection.PseudoCustomAttribute._GetSecurityAttributes)] System.Reflection.PseudoCustomAttribute._GetSecurityAttributes(System.Reflection.RuntimeModule,Int32,Boolean,System.Object [] ByRef)mscorlib_ni!System.Reflection.PseudoCustomAttribute.GetCustomAttributes(System .Reflection.RuntimeAssembly,System.RuntimeType,布尔的Int32的ByRef)+ 13B mscorlib_ni!System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeAssembly,System.RuntimeType)+26 mscorlib_ni!System.Reflection.RuntimeAssembly.GetCustomAttributes(布尔) +26 System_Web_Extensions_ni!System.Web.UI.AssemblyCache.SafeGetAjaxFrameworkAssemblyAttribute(System.Reflection.ICustomAttributeProvider)+ 1f System_Web_Extensions_ni!System.Web.UI.AssemblyCache.GetAjaxFrameworkAssemblyAttribute(System.Reflection.Assembly)+ 3e System_Web_Extensions_ni!System.Web.UI. ScriptManager.get_DefaultAjaxFrameworkAssembly()+ 181 System_Web_Extensions_ni!System.Web.UI.ScriptManager..ctor()+ 1c ASP.inc ludes_donorsearch_ascx .__ BuildControlScriptManager1()+ 4e ASP.includes_donorsearch_ascx .__ BuildControlTree(ASP.includes_donorsearch_ascx)+72 ASP.includes_donorsearch_ascx.FrameworkInitialize()+ 3c System_Web_ni!System.Web.UI.UserControl.InitializeAsUserControlInternal()+ 25 System_Web_ni!System.Web.UI .UserControl.InitializeAsUserControl(System.Web.UI.Page)+14 ASP.donorsearch_aspx .__ BuildControlDonorSearch1()+ …

asp.net scriptmanager windows-10

4
推荐指数
1
解决办法
583
查看次数

标签 统计

asp.net ×1

scriptmanager ×1

windows-10 ×1