我在注册 Windows 脚本文件时遇到问题。当我尝试这样做时,它显示“找不到此引用 Some.Reference 的类型库”
基本上,行为与此问题Windows Scripting can't find reference中描述的行为非常相似,但我不知道使用什么来代替 c:\path\to\control.dll。
在我的情况下 Some.Reference 是 Msxml2.FreeThreadedDOMDocument.4.0。那么我应该怎么做呢?我尝试使用不同类型的 msxml.dll,但似乎没有帮助。
或者也许还有其他方法可以解决这个问题?
更多细节:我设法在 Windows7 上注册了此脚本,但在 Windows Server 2008 sp 2 中出现错误描述