Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I also have this problem for a website.
I get this when I remove the virtual folders from web.config and simply just sport the folders directly in my webroot.
Make sure you have the correct assemblies referenced for the EPiServer prefix under <controls> in web.config for the edit and admin locations, for example:
<add tagPrefix="EPiServerUI" namespace="EPiServer.UI.WebControls" assembly="EPiServer.UI"/>
I have the same problem with a CMS 5 R1.
I have the correct assemblies referenced for the EPiServer prefix under <controls> in web.config
Any one with a solution for this problem?
Hi,
Did you fix this problem? I am facing the same problem, if yes please let me know.
Regards,
Check the ui path, so that you use the same all threw web.config
<add virtualPath="~/xxx/UI/"...
<location path="xxx/UI/admin">
I've just installed my first R2 site and have come across an error when accessing the UI/edit and UI/admin folders.
Description: An error occurred during the parsing of a resource required toservice
this request. Please review the following specific parse error details and modify
your source file appropriately.
Parser Error Message: Unknown server tag 'EPiServerUI:DynamicTable'.
Source Error:
Line 2: <%@ Register TagPrefix="EPiServerEdit" TagName="EditFrameworkHeader"
src="EditFrameworkHeader.ascx"%>
Line 3: <asp:Content ContentPlaceHolderID="FullRegion" runat="server">
Line 4: <EPiServerUI:DynamicTable runat="server" NumberOfColumns="6"
CellPadding="0" CellSpacing="0" ID="DynamicTable2">
Line 5: <EPiServerUI:DynamicRow runat="server" ID="DynamicRow3">
Line 6: <EPiServerUI:DynamicCell runat="server" ID="DynamicCell5"
style="height: 46px;" ColumnSpan="6">
Source File: /******/private/******/UI/MasterPages/Frameworks/Edit.Master Line: 4
I've had this before with CMS 5 R1, but cannot remember how it was fixed.
Any one with an idea?
Thanks,
Jim