10-18-2013, 02:31 PM
The error value 0x8002801c means, Error accessing the OLE (Object Linking and Embedding) registry. You need to copy the files.OCX file to
Run the command with elevated privileges, to do this, follow the steps below:
Click on start and in the start search bar type CMD, right click on the command prompt icon in the programs area and then click on run as administrator.
At the command prompt type regsvr32 wmnetmgr.dll and then press enter.
and 2nd register your .OCX files
Note: Make sure you are running the computer as administrator.
Code:
x64 - c:\windows\sysWOW64
x86 - c:\windows\system32
Run the command with elevated privileges, to do this, follow the steps below:
Click on start and in the start search bar type CMD, right click on the command prompt icon in the programs area and then click on run as administrator.
At the command prompt type regsvr32 wmnetmgr.dll and then press enter.
and 2nd register your .OCX files
Note: Make sure you are running the computer as administrator.