c# - 由于 CLR.dll Windows 应用程序崩溃 - Windows 2008 R2 Server

标签 c# .net windows crash clr

我有一个在 Visual Studio 2010 Professional 上开发的基于 Dot Net Framework 4.0 的应用程序,该应用程序作为 Windows 服务在带有 Service Pack 1 的 Windows Server 2008 R2 企业版(64 位操作系统)上运行。 该应用程序似乎间歇性崩溃,原因如下:

Faulting Module name: clr.dll, version: 4.0.30319.1026

Exception Code: 0xc0000409

Fault Offset: 0x002b79d8

Faulting module path: C:\Widows\Microsoft.NET\Framework\v4.0.30319\clr.dll

请问是否有针对此 CLR.dll 崩溃问题的 HOTFIX?如果是的话,您能让我知道吗?

最佳答案

安装这个HOTFIX从窗口。

关于c# - 由于 CLR.dll Windows 应用程序崩溃 - Windows 2008 R2 Server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31179537/

相关文章:

c# - 如何在 STAThread 模式下运行单元测试?

c# - 如何实现对 Azure Functions 的基于角色的访问

即使在 Windows 上后台运行命令后,PHP 脚本仍停留在 exec 上

c++ - 从 64 位窗口的 user32.dll 的 translatemessage() api 抛出的第一次机会异常

c# - 当函数属于必须解析的类时,如何向 IServiceCollection 注册委托(delegate)或函数?

windows - 如何备份 13 GB 的 SVN 存储库?转储是 100+ GB

c# - C# 中的 unchecked 关键字

c# - #define 指令目的

c# - Azure cosmos db 中的 CreateDatabaseIfNotExistsAsync 时应用程序退出

.net - 如何减少 .NET 垃圾收集的频率?