问题
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
回答1:
What you need to do is either:
- Go to your
App_Config/Include
folder, and renameSitecore.MVC.config.disabled
toSitecore.MVC.config
; - Or disable SPEAK (by renaming the SPEAK configs).
来源:https://stackoverflow.com/questions/20471147/asp-page-sitecore-shell-client-speak-layouts-layouts-speak-layout-cshtml-does