We are experiencing an issue with the group document comparison. Here are the details:
We attempted to compare two html files and return the results, but we are getting an error message input string are not valid.
This comparison issue exist with other file types also
Codechanges.zip (1.4 KB)
I have attached the code changes, the compared files. Please check them and assist us in resolving the issue.
@koc-it-support
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): COMPARISONNET-4225
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Reminder, Any quick help with this issue would be highly appreciated.
@koc-it-support
We anticipate fixing this issue in API version 24.12. As soon as there are any further updates, you will be notified
The issues you have found earlier (filed as COMPARISONNET-4225) have been fixed in this update. This message was posted using Bugs notification tool by anton.samarskyy
We were using Groups.Total when we can expect the release of Groups.Total with the above bug fix?
@koc-it-support
We’re planning to publish GroupDocs.Total for .NET 24.12 that will include GroupDocs.Comparison for .NET 24.12 and this fix next week.
@koc-it-support
This issue was fixed in GroupDocs.Total for .NET 24.12. In case your are using GroupDocs.Total.NETFramework NuGet package please make sure to add the following binding redirect:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Drawing.Common" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
<publisherPolicy apply="no" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Have a nice day!