You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying using Html2OpenXml in my ASP.NET application in .NET 7.0 in a get this issue :
System.InvalidProgramException: Common Language Runtime detected an invalid program.
at Penman.Html2OpenXml.HtmlConverter.ProcessHtmlChunks(HtmlEnumerator en, String endTag)
at Penman.Html2OpenXml.HtmlConverter.Parse(String html)
at Penman.Html2OpenXml.HtmlConverter.ParseHtml(String html)
To test I migrate to .NET 8.0, same issue.
Thanks for your help and thanks for this usefull lib !
The text was updated successfully, but these errors were encountered:
Hello, I just did a test with .net 7.0 and didn't get any issue.
Did you reference this package? <PackageReference Include="HtmlToOpenXml.dll" Version="3.2.2" /> (please note the ending .dll, because the other package exists also but is very old)
Hello,
I'm trying using Html2OpenXml in my ASP.NET application in .NET 7.0 in a get this issue :
System.InvalidProgramException: Common Language Runtime detected an invalid program.
at Penman.Html2OpenXml.HtmlConverter.ProcessHtmlChunks(HtmlEnumerator en, String endTag)
at Penman.Html2OpenXml.HtmlConverter.Parse(String html)
at Penman.Html2OpenXml.HtmlConverter.ParseHtml(String html)
To test I migrate to .NET 8.0, same issue.
Thanks for your help and thanks for this usefull lib !
The text was updated successfully, but these errors were encountered: