'ASP._Page_sitecore_shell_client_Speak_Layouts_Layouts_Speak_Layout_cshtml' does not inherit from 'System.Web.WebPages.WebPage

sitecore, sitecore7, sitecore7.1

Solution

What you need to do is either:

- Go to your `App_Config/Include` folder, and rename `Sitecore.MVC.config.disabled` to `Sitecore.MVC.config`;

- Or disable SPEAK (by renaming the SPEAK configs).

Problem

When we try to browse images in sitecore 7.1 application are getting the below error which is migrated from 6.2 to 7.1. Type 'ASP._Page_sitecore_shell_client_Speak_Layouts_Layouts_Speak_Layout_cshtml' does not inherit from 'System.Web.WebPages.WebPage

Original source

Related problems