这个事件错误是什么意思

发布于 2024-12-22 06:35:07 字数 765 浏览 2 评论 0原文

我的桌面应用程序具有 Web 服务引用,在某些情况下它会崩溃,并在客户端计算机的系统事件日志中显示这些错误

1000

故障应用程序 xxxxxxxx.exe,版本 1.0.0.14, 邮票 4ef30030,错误模块 mscorwks.dll,版本 2.0.50727.3625,邮票 4e154c98,调试? 0,故障地址0x000a20c6。

有关详细信息,请参阅帮助和支持中心:http://go.microsoft.com/ fwlink/events.asp.

1023

.NET 运行时版本 2.0.50727.3625 - 致命执行引擎错误 (7A0BC59E) (80131506)

有关详细信息,请参阅帮助和支持中心:http://go.microsoft.com/ fwlink/events.asp.

Web服务使用.NET 3.5设计,因此它托管在IIS 7上的2.0.5框架下,服务器是Windows Server Standard 2008 Service Pack 2

有任何想法可以解决这个问题

I have desktop application that have web service reference, in some cases it crash giving those errors in the system event log of client machine

1000

Faulting application xxxxxxxx.exe, version 1.0.0.14,
stamp 4ef30030, faulting module mscorwks.dll, version 2.0.50727.3625, stamp
4e154c98, debug? 0, fault address 0x000a20c6.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

1023

.NET Runtime version 2.0.50727.3625 - Fatal Execution Engine Error (7A0BC59E) (80131506)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

the webservice designed using .NET 3.5 so it hosted under 2.0.5 framework on the IIS 7, the server is windows server standard 2008 service pack 2

any idea to solve this issue

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必你懂 2024-12-29 06:35:07

如果您有权访问托管服务器,则可以尝试重新安装 .net Framework 版本(在本例中为版本 2)。

以下是两篇不错的 Microsoft 知识库文章,可以提供帮助。

如何修复 .NET Framework 的现有安装

如何手动删除然后重新安装 .NET Framework 2.0

If you have access to the hosting server, you could try re-installing the .net Framework version in this case version 2.

Here are two good Microsoft KB articles that could help.

How to repair an existing installation of the.NET Framework

How to manually remove and then reinstall the.NET Framework 2.0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文