Articles in this section
Category / Section

How to fix "Mshtml.dll not found" or "Mshtml.dll missing errors" in azure while converting HTML to PDF in WinForms ?

1 min read

Azure project doesn’t contain the Microsoft.Mshtml reference by default. HTMLConverter Library depends on the reference Microsoft.Mshtml. So refer manually while converting Html to PDF in Azure Cloud and also set the CopyLocal to true by adding the following code example.

C#

<Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral,  PublicKeyToken=b03f5f7f11d50a3a">
<Private>True</Private>
</Reference>

 

Conclusion

I hope you enjoyed learning about how to fix "Mshtml.dll not found" or "Mshtml.dll missing errors" in azure while converting HTML to PDF in WinForms.

You can refer to our WinForms FileFormat featuretour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WinRT DataGrid example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied