So, I'm trying to create an ASP.NET Web site website (Razor v2) in Visual Studio 2012, but when I start 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 something useful with my dear friend Google, I find it difficult.
Does anyone know the cause of this error and how to solve it?
source share