AdamBlade
Updating Packages on old application problems
As far as I can tell it's trying to read the wrong version, even though I specified bindingRedirect
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
4 replies