Error: Specificed Active X control not registered or the ocx has been moved...

Ken Liesegang

New Member
We developed an application on NT, and are deploying it on NT and 98 workstations.
Get the follwoing error message when starting the application on 98 workstations.
The application runs fine after the error messages are acknowledged.

The mscomctl.ocx is already registered
c:\winnt\system32 for NT
c:\windows\... for 98

Is there a way to avoid this error without having to recompile on 98 and send out an NT version and a 98 version.
 
If you move an ocx file you have to register it again.
Try to run the next from the command prompt:

<ProgresHomeDirectory>\bin\regsvr32 Mscomctl.ocx

Istvan
 
Top