Having added msHtml.dll to a project of mine, I can see the dll is taken from MS-Office tools and NOT from the GAC.
Consequently, it adds over 7 Megabytes to my ClickOnce project, which is bad for downloaders.
It seems I needed it in order to directly edit HTML document within winforms WebBrowser.
Does somebody know a workaround?