I configured an MVC4 Web Role on my Azure Project. Locally (on the emulator) it works fine. I keep getting this error at runtime:
The type or namespace name 'Helpers' does not exist in the namespace 'Microsoft.Web' (are you missing an assembly reference?)
I've tried:
OK, so I ended up deleting the reference to System.Web.Helpers and installing the nuget Package Microsoft-Web-Helpers.
This solved the problem.