运行基于 Microsoft .NET Framework 4 的应用程序时出现“错误模块名称:clr.dll”错误消息

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14056667/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-03 16:48:18  来源:igfitidea点击:

"Faulting module name: clr.dll" error message when you run a Microsoft .NET Framework 4-based application

.net

提问by Abhishek Kumar

I have a application which was working fine until i move on to Dot net framework 4. Now whenever i install and open my appication it crashes with the below error msg.

我有一个运行良好的应用程序,直到我继续使用 Dot net framework 4。现在,每当我安装和打开我的应用程序时,它都会崩溃并显示以下错误消息。

 Problem signature:
 Problem Event Name:    APPCRASH
 Application Name:  Myapplication.exe
 Application Version:   8.0.18428.531
 Application Timestamp: 50dc3ecf
 Fault Module Name: clr.dll
 Fault Module Version:  4.0.30319.1
 Fault Module Timestamp:    4ba21eeb
 Exception Code:    c00000fd
 Exception Offset:  000000000010791f
 OS Version:    6.1.7601.2.1.0.256.1
 Locale ID: 1033
 Additional Information 1:  4598
 Additional Information 2:  45986a8b8021cca3bd025450731a9c6a
 Additional Information 3:  e90e
 Additional Information 4:  e90e0a2cf591d6675172685f07f0ec36

I have done some googling and find out that we are not the only one who is facing this problem. then i found this link http://support.microsoft.com/kb/2640103which tells the problem of Dot net framework 4 and suggesting to install a hotfix that resolves this problem . Problem is? i couldn't figure out where to get the hotfix that they are talking about.

我做了一些谷歌搜索,发现我们并不是唯一面临这个问题的人。然后我找到了这个链接 http://support.microsoft.com/kb/2640103,它讲述了 Dot net framework 4 的问题,并建议安装解决此问题的修补程序。问题是?我不知道从哪里获得他们正在谈论的修补程序。

someone suggest this link for the hotfix https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=29638

有人建议此链接用于修补程序 https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=29638

i downloaded and installed it but still the same error occurs.Am i installing the right hotfix .Please guide me .

我下载并安装了它,但仍然出现同样的错误。我安装了正确的修补程序。请指导我。

回答by noseratio

I am too experiencing this issue with .NET 4.0 CLR.DLL (under XP only). The hotfixmentioned in the OP's question has indeed helped. Here's how to obtain it:

我在 .NET 4.0 CLR.DLL(仅在 XP 下)也遇到了这个问题。OP 问题中提到的修补程序确实有所帮助。获取方法如下:

http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2640103&kbln=en-us

http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2640103&kbln=en-us

(Can be applied to any hotfix, as described here).

(可应用于任何修补程序,如所描述的在这里)。

[UPDATE]This hotfix was superseded by http://support.microsoft.com/kb/2889629(at the time of posting this).

[更新]此修补程序已被http://support.microsoft.com/kb/2889629(发布时)取代。