Visual Studio 无法在 Windows 7 64 位计算机上找到 CIODMLib 项目参考

发布于 2024-09-24 17:27:02 字数 284 浏览 5 评论 0原文

我目前正在将我们的开发环境升级到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难遇 2024-10-01 17:27:02

我最终只是从我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文