I have an ASP.NET MVC 5 web application. In every .cshtml view file i get the following error for Viewbag: One or more types required to compile a dynamic expre
Add the following to Application_Start() method in global.asax
ViewEngines.Engines.Add(new RazorViewEngine());