Run a dLL !
January 21st, 2020
Is this a d11 error or .DLL error? If it’s a .dll file it may be missing. If this is the case run your CMD (command line) and type regsvr32 mshtml.dll
regsvr32 shdocvw.dll -I
regsvr32 shell32.dll -I
If this does not work you may need to look deeper into the issue.
Is this a d11 error or .DLL error? If it's a .dll file it may be missing. If this is the case run your CMD (command line) and type regsvr32 mshtml.dll
regsvr32 shdocvw.dll -I
regsvr32 shell32.dll -I
If this does not work you may need to look deeper into the issue.
yes you are right its a dll, my bad. anyways, I tried what you said and still no success