【发布时间】:2015-01-12 11:51:55
【问题描述】:
几本书(Inside Windows Debugging [2012] by T. Soulami,Pro C# with .NET 3.0 by A. Troelsen)指定 mscoree.dll 的位置作为 system32 文件夹。但是,在我的 32 位 Windows 7 系统上,有 两个 mscoree.dll 文件实例,位于以下位置:
C:\Windows\winsxs\x86_netfx-mscoree_dll_31bf3856ad364e35_6.2.7600.16513_none_7daed23956119a9f
C:\Windows\winsxs\x86_netfx-mscoree_dll_31bf3856ad364e35_6.2.7601.17514_none_7f96335553371a30
此外,我的印象是(应该)只有一个版本的 .NET 可执行引导过程中使用了这个 shim DLL。
希望得到解释。
【问题讨论】: