RICHTEX32.OCX问题
我遇到一个问题,每当加载使用 RICHTEX32.OCX 的表单时,VB6 应用程序就会导致 50003 错误。
开发机上不会出现该问题。我尝试在目标计算机上复制并注册开发计算机的 OCX 副本,但这不起作用。
还应该采取哪些措施来解决这个问题?
I have a problem with a VB6 app causing a 50003 error whenever a form loads that uses RICHTEX32.OCX.
The problem does not occur on the development machine. I tried copying and registering the development machine's copy of the OCX on the target machine, but this did not work.
What other things should be done to try to fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用开发计算机上的 RICHTEX32.OCX 副本在生产环境中运行免注册 COM。
如今VB6部署可以100%免注册,哦喜悦! MS 在 .Net 上实现了它,但 VB6 开发者是赢家。
Try running reg-free COM at production environment with a copy of RICHTEX32.OCX from your dev machine.
Nowadays VB6 deployment can be 100% reg-free, oh joy! MS implemented it for .Net but VB6 devs are the winners.