我在哪里可以找到和下载的Mscorwks.dll不同的版本和mscordacwks.dll?我在、可以找到、不同、版本

由网友(看尽笑话)分享简介:我想习惯与WinDbg的合作,以解决崩溃时,我能够让他们转储,但每次我这样做似乎是在问我要了不同版本的Mscorwks.dll和mscordacwks.dll的,我并不总是有访问本机转储来的。I'm trying to get used to working with WinDbg to troubleshoot c...

我想习惯与WinDbg的合作,以解决崩溃时,我能够让他们转储,但每次我这样做似乎是在问我要了不同版本的Mscorwks.dll和mscordacwks.dll的,我并不总是有访问本机转储来的。

I'm trying to get used to working with WinDbg to troubleshoot crash dumps when I'm able to get them, but every time I do it seems it's asking me for a different version of mscorwks.dll and mscordacwks.dll, and I don't always have access to the machine the dump came from.

除了告诉他们要挖围绕在其Windows目录中的这些文件送我一个荒唐的大型的迷你转储的高端用户来说,有没有什么地方我可以得到不同的副本生成这些文件? WinDbg中似乎并没有能够找到他们通过微软的符号服务器。

Other than telling end users they have to dig around in their Windows directory for these files on top of sending me an absurdly large "mini"-dump, is there somewhere I can get copies of different builds of these files? WinDbg doesn't seem to be able to find them through Microsoft's symbols server.

推荐答案

您应该获得来自哪里这个转储被抓获机器msc​​ordacwks.dll,然后将其重命名为一个预期的WinDbg(把它再进通常WinDbg的文件夹)。在此之后,如果你重装转储和符号,你可以得到正确的结果。

You are supposed to get the mscordacwks.dll from the machine where this dump was captured, and then rename it to the one expected by WinDbg (put it then into WinDbg folder usually). After that if you reload the dump and symbols you can get correct result.

您可以复制文件从一台机器,如果它恰好有补丁(微软的修补程序)的同一水平,但通常很难。

You can copy that file from one of your machines if it happens to have the same level of patching (Microsoft hotfixes), but usually it is hard.

是的,如果微软对我们下载所有版本的这个文件,那么我们可能会得到缓解的中心位置,但在此之前,我们必须要使用此解决办法。

Yes, if Microsoft has a central place for us to download all versions of this file then we might be relieved, but before that we have to use this workaround.

参考

http://blogs.msdn.com/b/dougste/archive/2009/02/18/failed-to-load-data-access-dll-0x80004005-or-what-is-mscordacwks-dll.aspx

更新已经提到其他地方,你可能能够提取mscordacwks.dll的特定版本的修补程序。这是可行的,但通常需要时间来寻找正确的修补程序。

Update It has been mentioned elsewhere that you might be able to extract specific versions of mscordacwks.dll from hotfixes. It is doable but usually takes time to search for the correct hotfix.

阅读全文

相关推荐

最新文章