I just updated an mvc4 project (using vs2012) to mvc5. After having a lot of issues related to dependencies, I finally found this tutorial and straightened things up so that it
None of the previous solutions worked for me. I'm using VS 2012 and MVC 5. This is what I did to make it work:
I checked /web.config and /Views/web.config and fixed some version issues. In my case I have MVC 5.2 so it was important to do a correct MVC biding like this:
Also, it's important to mark this: