Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 404
Mohan Rangaswamaiah Avatar asked Dec 26 '22 16:12

Mohan Rangaswamaiah


1 Answers

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).
like image 164
Trayek Avatar answered Dec 28 '22 08:12

Trayek