I have an app and a OCX I wrote in VB 6.0.
When I tried to install the app that has the ocx control in it (and yes I included the OCX in the setup package . I get an Error: "Failed to load 'ctlActiveText' ActiveText.OCX, the control is outdated" or something to that affect.

Well,

I recompiled the OCX control (it is set on binary compatability), then I went into the application pulled off the reference to the control and the control. Then I referenced back to the control again and put it on a form. Then I recompiled the program and tried again. No luck. What could it be?