Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Method 'get_IsBindingRedirectSupported' does not have an implementation

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?

like image 345
Johan Alkstål Avatar asked Sep 18 '12 18:09

Johan Alkstål


1 Answers

I started to get this error after I updated NuGet.Core.dll from version 1.6.30117.9648 to version 2.11.1.812

The remedy (as advised by Kirschstein) was to delete the System.Web.WebPages.Administration.dll file from my bin directory

like image 108
cusman Avatar answered Nov 02 '22 11:11

cusman