Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一些我们很久以前编写的古老的 COM+ 组件,我们正试图将它们迁移到 VM 上。目前它们在 Windows 2003 R2 服务器上运行,运行良好。但是他们没有在 VM 所在的 2008 R2 服务器上工作。似乎我们根本无法从客户端计算机上的 VB6 应用程序“访问”它们。现在确定如何从这一点开始。任何关于如何诊断此问题的想法都会有所帮助。
你没有给我们太多信息。
您可能对这些链接感兴趣:
.Net COM+ 互操作第一部分
调试 COM+ 应用程序第二部分
或者,您可能会发现将 Windows 2000 作为独立服务器安装在您的 VM 上并在其上运行您的应用程序会更容易。