AI OnAI Off
Jan 21, 2021
Dec 07, 2022
Closed, Fixed and tested
This fix solves the issue with FileLoadException exceptions and warnings in Visual Studio when upgrading to find 13.3.0.
Problem Description
Upgrading to Find .NET API v. 13.3.0 results in FileLoadException for four different assemblies.
The following warnings can be seen in Visual studio:
Found conflicts between different versions of "System.Web.Http" that could not be resolved. Found conflicts between different versions of "System.Web.Mvc" that could not be resolved. Found conflicts between different versions of "System.Web.Http.WebHost" that could not be resolved. Found conflicts between different versions of "System.Net.Http.Formatting" that could not be resolved.
Steps to reproduce