I'm trying to load the edit page, but get an error message:
CS0117: 'EPiServer.Shell.Paths' does not contain a definition for 'ToShellClientResource'
Line 19: Line 20: <!--[if gte IE 7]>Line 21: <link type="text/css" href="<%= EPiServer.Shell.Paths.ToShellClientResource("ClientResources/Epi/Widgets/GlobalNavigation/GlobalNavigation_ie.css") %>" rel="Stylesheet" />Line 22: <![endif]-->Line 23: <!--[if lte IE 6]>
Source File: /UI/CMS/MasterPages/Frameworks/Framework.Master Line: 21
Sounds like you have an older version of EPiServer.Shell loaded. Do you have an assembly redirect for it in web.config pointing it to the 6.2 version?
I'm trying to load the edit page, but get an error message:
CS0117: 'EPiServer.Shell.Paths' does not contain a definition for 'ToShellClientResource'
Source File: /UI/CMS/MasterPages/Frameworks/Framework.Master Line: 21