Fatal Execution Engine Error (79FFEE24) (80131506)(致命的执行引擎错误 (79FFEE24) (80131506))
问题描述
我的 .NET Framework 3.0 SP1 应用程序出现问题.它是一个与 COM exe 通信的 C# winforms 应用程序.winforms 应用程序或 COM exe 随机崩溃而没有任何错误消息,并且事件日志包含以下条目:
I'm encountering problems with my .NET Framework 3.0 SP1 application. It is a C# winforms application communicating with a COM exe. Randomly either the winforms app or the COM exe crashes without any error message and the event log contains this entry:
[1958] .NET 运行时类型:错误电脑:CWP-OSL029-01时间:2008 年 11 月 25 日下午 3:14:10 ID:1023.NET 运行时版本 2.0.50727.1433 - 致命执行引擎错误 (79FFEE24) (80131506)
[1958] .NET Runtime Type: ERROR Computer: CWP-OSL029-01 Time: 11/25/2008 3:14:10 PM ID: 1023 .NET Runtime version 2.0.50727.1433 - Fatal Execution Engine Error (79FFEE24) (80131506)
我在 MS 网站上找不到任何有用的信息.有人知道我应该从哪里开始调查吗?
I could not find any useful information on the MS sites. Does anybody have an idea where I should start my investigation?
tia
推荐答案
我遇到了这个错误,它(幸运的是)通过安装 3.5 SP1 消失了,这会将您的运行时撞到版本 2.0.50727.3053 (这个是一个不错的版本总结).
I had this error, it (luckily) went away by installing 3.5 SP1, which bumps your runtime to version 2.0.50727.3053 (this is a nice version summary).
在寻找解决方案时,我发现此错误的嫌疑人范围很广.有些人甚至声称它是杀毒软件(!)
While hunting for solutions I found a wild range of suspects for this error. Some people even claimed it was the antivirus (!)
YMMV,祝你好运.
这篇关于致命的执行引擎错误 (79FFEE24) (80131506)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:致命的执行引擎错误 (79FFEE24) (80131506)
基础教程推荐
- SSE 浮点算术是否可重现? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30