Try our conversational search powered by Generative AI!

Epi 11 - Unknown server tag error

Vote:
 

Hi

We are in the process of upgrading to Episerver 11.3.3 and everything seems to be working smoothly (after sorting config issues) except for several tools in the Admin section. We are receiving errors that look like this:

Unknown server tag

I'm guessing we are lacking some sort of configuration?

#188165
Feb 13, 2018 14:24
Vote:
 

Do you have this line in web.config under system.web->pages->controls ?

<add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer" />
#188169
Feb 13, 2018 15:05
Vote:
 

We do, yes.

#188171
Feb 13, 2018 15:18
Vote:
 

Try adding 

<add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer.Cms.AspNet" />
#188174
Feb 13, 2018 15:45
Vote:
 

Amazing, that did the trick!

#188175
Feb 13, 2018 15:48
Vote:
 

Nice cool

#188180
Feb 13, 2018 16:32
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.