postal
postal copied to clipboard
Mvc5 version ponting to 5.1.0.0
I have latest greatest web mvc 5.2.3.0 While i try to deploy the code postal is trying to bind the old mvc 5.1.0.0
Could you please look into this asap.
I have a deployment due on friday and this dont work than i am doomed.
Thanks
Have you tried adding/updating the assembly binding redirect in your web.config?
<runtime>
<assemblyBinding>
...
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
</dependentAssembly>
..
</assemblyBinding>
</runtime>
That is already included in my web config.
I noticed below on your web config for MVC 5
May be that is what trying to pull up the 5.1.0.0
Hi Andrew, Any updates for this issue.
Thanks
What about this?