Registering OCX/DLL Files
Description:
It is not uncommon for an application to throw an error about an “unregistered dll/osc” file.
To Resolve:
-
For 32b computers:
- Run =>
Regsvr32 /u (Filename.ocx/.dll)
Regsvr32 (Filename.ocx/.dll)
- Run =>
-
For 64b computers:
- run => cmd =>
cd C:\Windows\SysWOW64
Regsvr32 /u (Filename.ocx/.dll)
Regsvr32 (Filename.ocx/.dll)
- run => cmd =>
Comments