I have been able to build my windows form application that access databases in SQL Server. All parts of the application are able to access the server apart from the part whe
This error can also occur after a Windows 10 update if certain DLLs that you're using have been deregistered somehow. This is now the third time this has happened - and it causes normally fine CPU settings to appear broken.
For me this keeps happening with Microsoft.mshtml
- every major Windows 10 update!! - including the April 2018.
Quick steps:
gacutil /l | find "Microsoft.mshtml"
C:\Windows\assembly\GAC\Microsoft.mshtml
dir
and change to the directory regasm Microsoft.mshtml.dll
http://techninotes.blogspot.com/2016/08/fixing-cannot-find-wrapper-assembly-for.html