Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Unknown server tag 'EPiServerUI:DynamicTable'.

Vote:
 

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

As far as I know all the correct assemblies are present and the asp account has access to them.

I've had this before with CMS 5 R1, but cannot remember how it was fixed.

Any one with an idea?

 Thanks,

Jim

#27192
Jan 20, 2009 13:00
Vote:
 

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.

 

#27611
Feb 04, 2009 11:32
Vote:
 

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"/>
#27612
Feb 04, 2009 11:36
Vote:
 

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?

#30276
Jun 10, 2009 11:10
Vote:
 

Hi,

Did you fix this problem? I am facing the same problem, if yes please let me know.

Regards, 

#31343
Jul 21, 2009 18:54
Vote:
 
I had the same problem and it had something to do with the web.config. I replaced my web.config with the one from a default installation.
#33917
Oct 22, 2009 10:50
Vote:
 

Check the ui path, so that you use the same all threw web.config

<add virtualPath="~/xxx/UI/"...

<location path="xxx/UI/admin">

 

 

#36110
Jan 14, 2010 11:57
Vote:
 

Thank you Jesper ! Your tip save my problem.  

<add virtualPath="~/xxx/UI/"... from episerver.config didn't match up to element

<location path="xxx/UI/admin" from web.config.

#41802
Jul 28, 2010 21:38
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.