致命的执行引擎错误 (79FFEE24) (80131506)

7

本文介绍了致命的执行引擎错误 (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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14