MSHTML DLL on Windows 10

后端 未结 8 1590
心在旅途
心在旅途 2020-12-13 18:13

I have a C# solution that makes use of Smith Html Editor (I\'m developing on the main project which uses this, so I don\'t know much about this library), which makes a refer

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 18:52

    Great solution Aron!

    In my case it was:

    CD C:\Program Files (x86) [Enter]
    CD Microsoft Visual Studio\2019 [Enter]
    CD Community\Common7\IDE\PublicAssemblies [Enter]
    gacutil -i Microsoft.mshtml.dll [Enter]
    exit
    

    (I wrote these on seperate lines since word-wrap made it confusing to read).

提交回复
热议问题