问题描述
卸载驱动程序通过删除/取消注册MSXML6.dll搞砸了我的机器
现在,我在编译我的东西时得到这个
file.cpp:fatal错误C1083:无法打开类型库文件:'msxml6.dll':没有这样的文件或目录
代码是:
uninstalling a driver messed up my machine by removing/unregistering MSXML6.dll
and now, I get this when compiling my stuff
file.cpp: fatal error C1083: Cannot open type library file: 'msxml6.dll': No such file or directory
the code is:
#import <msxml6.dll> named_guids no_implementation
文件在我的机器上:
The files are on my machine :
C:\Windows\System32\msxml6.dll
C:\Windows\System32\msxml6r.dll
C:\Windows\SysWOW64\msxml6.dll
C:\Windows\SysWOW64\msxml6r.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.17514_none_e69401b1ad75f960\msxml6.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.17514_none_e69401b1ad75f960\msxml6r.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.18431_none_e67b484dad8901b7\msxml6.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.18431_none_e67b484dad8901b7\msxml6r.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.22640_none_e6f916c8c6afa142\msxml6.dll
C:\Windows\winsxs\amd64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.22640_none_e6f916c8c6afa142\msxml6r.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.17514_none_f0e8ac03e1d6bb5b\msxml6.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.17514_none_f0e8ac03e1d6bb5b\msxml6r.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.18431_none_f0cff29fe1e9c3b2\msxml6.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.18431_none_f0cff29fe1e9c3b2\msxml6r.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.22640_none_f14dc11afb10633d\msxml6.dll
C:\Windows\winsxs\wow64_microsoft-windows-msxml60_31bf3856ad364e35_6.1.7601.22640_none_f14dc11afb10633d\msxml6r.dll
我正在尝试下载并安装MSXML6组件,但是一些原因它似乎不起作用。
[]
我下载了2个安装包:
msxml6_64.msi
msxml6_SDK.msi
当我安装每一个他们告诉我它安装成功;但安装程序控制面板中没有任何内容;尝试修复或卸载(通过右键单击MSI文件),它说它只能在已安装的产品上完成!!!
我试过看建议关于互联网,但他们都什么都不做。
有什么建议吗?
谢谢。
Max。
I'm trying to download and install the MSXML6 component, but for some reasons it does not seem to work.
http://www.microsoft.com/en-ca/download/details.aspx?id=3988[^]
I downloaded 2 installation package:
msxml6_64.msi
msxml6_SDK.msi
When I install each one of them it tells me it install successfully; but there is nothing in the "installed programs" control panel; trying to repair or uninstall (by right-clicking on the MSI file) it says that it can only be done on installed products!!!
I tried looking at suggestions on the "internets" but they all do nothing.
Any suggestions?
Thanks.
Max.
推荐答案
- 打开管理员命令提示符;
(您需要从两个目录运行以重新注册32位和64位版本。)
如果不起作用,请尝试运行系统文件检查器:
[]
这篇关于无论如何要重新安装MSXML6 DLL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!