Added the Marketing package to our site running CMS 11.20.7 on .NET Framework 4.7.2. But after installing this on the developer machine I get the error
Could not load file or assembly 'System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
With a stackTrace pointing to EPiServer.Marketing.Testing:
Added the Marketing package to our site running CMS 11.20.7 on .NET Framework 4.7.2. But after installing this on the developer machine I get the error
With a stackTrace pointing to EPiServer.Marketing.Testing:
This is because the site is running version 5.2.6.0 but I have the assembly redirect.
Is there some way to get this working on this solution?