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?
Where to find microsoft.mshtml.dll on docker image
Asked Answered
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.
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.