0
votes

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?

1

1 Answers

1
votes

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.