Where to find microsoft.mshtml.dll on docker image
Asked Answered
T

1

0

In my build server docker image based on mcr.microsoft.com/windows/servercore:1809-amd64, I get a missing reference error to microsoft.mshtml.dll while running the build. The dll is related to the internet explorer which is clearly not installed on that image. I have dotnet framework 4.7.2 SDK and TargetingPack installed on the image, which do not seem to include the file. Is there a SDK or a workload of the visual studio build tools which contains this dll? Is there a way figure out which workload/sdk contains which files?

Thiourea answered 9/7, 2019 at 11:36 Comment(0)
T
1

Among the workloads and components that can be installed with Visual Studio Build Tools as listed here, the dll is contained in Microsoft.VisualStudio.Component.TeamOffice.BuildTools.

Thiourea answered 9/7, 2019 at 14:16 Comment(1)
I am asking myself how you figured out that this workload contains this (among a ton of other components) library, but yes, after installing this, i could build my stuff again. Thanks!Barely

© 2022 - 2024 — McMap. All rights reserved.