When trying to run my project/website I get the error message:
Could not load file or assembly 'System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I don't know where the System.Web.Helpers is coming from it is not even referenced in my solution. I did a find all for System.Web.Helpers and on 3.0.0.0 and it found neither. Also this project is working for other people on my team on the same branch.
I've looked around the internet and tried a lot of the solutions. Running out of ideas.