VB 6/.NET 互操作最近是否因 Windows 更新而损坏?
最近,使用 .NET 1.1/2.0 组件的 VB 6 应用程序在我公司的 XP 计算机上停止运行。 IT 部门当时正在安装 Windows 补丁,所以我想知道是否有人听说过破坏 VB 6/.NET 互操作性的更新?
Recently a VB 6 application using .NET 1.1/2.0 components stopped working on my companies XP machines. The IT department was installing Windows patches at the time, so I'm wondering if anyone has heard of an update breaking VB 6/.NET interop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否将 COM+ 组件作为其他服务器的代理运行?如果是这样,我之前在安装 Windows 2003 服务器的 SP2 时遇到过问题,因为更新后 COM+ 设置(组件服务、根节点)缺少“远程激活”安全设置权限。但不知道这是否是你的问题。
Are you running the COM+ components as proxies against other servers? If so, I've had problems before when installing e.g. SP2 for Windows 2003 server, in that the COM+ settings (Component Services, root node) have had the "remote activation" security setting permission missing after the update. Don't know if this is your problem, though.