Visual Studio 无法在 Windows 7 64 位计算机上找到 CIODMLib 项目参考
我目前正在将我们的开发环境升级到 Windows 7 64 位。
我有一个对 CIODMLib 的 C# 项目引用,它是对 Windows XP 上的“C:\windows\system32\ciodm.dll”的 COM 引用。由于某种原因,即使 dll 存在,该 COM 组件在 Windows 7 上也不存在。我已经验证了我的开发盒上启用了索引服务,并且我已经尝试使用 regsvr32 注册 C:\windows\system32\ciodm.dll,但它仍然没有显示在“添加引用“COM”对话框中盒子。
请帮忙!
I am currently in the process of upgrading our developer environment to Windows 7 64 bit.
I have a C# project reference to CIODMLib which is a COM reference to "C:\windows\system32\ciodm.dll" on Windows XP. For some reason, that COM component does not exist on Windows 7 even though the dll is there. I've already verified that Indexing Services is enabled on my dev box, and I've already tried registering the C:\windows\system32\ciodm.dll using regsvr32, but it's still not showing up in the Add References "COM" dialog box.
Please Help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终只是从我的 XP 机器上获取 Interop.CIODMLib.dll 并添加对其的引用。貌似win7也能用。这不是世界上最好的解决方案,但至少我可以继续解决该应用程序的其他 Win7 x64 问题。
I ended up just taking Interop.CIODMLib.dll from my XP machine and addint a reference to that. Seems to work on Win7. Not the best solution in the world, but at least I can move on to other Win7 x64 issues with the app.