First time here? Check out the Help page!
1 | initial version |
This is a known bug in 9.3 that was fixed after the release, cf issue#7973
Confirm that the "missing" file is present in C:\Windows\SysWOW64
Then open a command prompt (cmd.exe) as an administrator and type the following registration command:
regsvr32 c:\windows\syswow64\<missing-file-name.extension>
In your specific case:
regsvr32 C:\Windows\SysWOW64\MSINET.OCX
Step by step instructions with images to make sure you get through it:
1.Open cmd.exe as admin:
2.Type the commands to register the DLL/OCX (the first one - dir
- is optional, you can check in the File Explorer instead to ensure that the missing OCX is correctly placed atC:\Windows\SysWOW64\MSINET.OCX
)