Where can I find and download different version of mscorwks.dll and mscordacwks.dll?

前端 未结 1 407
长情又很酷
长情又很酷 2021-01-03 17:36

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 o

1条回答
  •  有刺的猬
    2021-01-03 17:56

    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.

    Reference

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

    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.

    0 讨论(0)
提交回复
热议问题