Nikodemus
Member
Can anyone tell what error it is and/or how to solve the problem?
Windows 10 client with new .NET Framework installed, as well as older versions. Started with admin privileges, but still encountering the same error.
mmmhhh
More than likely the control is not registered properly when the app was installed. ALL VB6 apps must be installed on windows 10 "as administrator" or the controls do not register properly.
On my windows 10 machine it is located in C:\Windows\SysWOW64
Open a command prompt as administrator.
Then from the command line run:
C:\Windows\System32\regsvr32 C:\Windows\SysWOW64\mscomctl.ocx
If you are experiencing the error, here is the solution.
Attachments
Last edited: