So I'm trying to create a ASP.NET Web Site (Razor v2) website in Visual Studio 2012 but when running the site I get this error.
Method 'get_IsBindingRedirectSupported' in type 'System.Web.WebPages.Administration.PackageManager.WebProjectSystem' from assembly 'System.Web.WebPages.Administration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
After trying to find anything useful with my dear friend Google I'm at a loss.
Does anyone know the reason for this error and how to resolve it?