Skip to content

Instantly share code, notes, and snippets.

@Aaronontheweb
Created September 12, 2012 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aaronontheweb/3708698 to your computer and use it in GitHub Desktop.
Save Aaronontheweb/3708698 to your computer and use it in GitHub Desktop.
MVC4 Assembly Binding Redirect for MVCContrib
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="4.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment