London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Do you have this line in web.config under system.web->pages->controls ?
<add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer" />
Try adding
<add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer.Cms.AspNet" />
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:
I'm guessing we are lacking some sort of configuration?