A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
<%@ control language="C#" autoeventwireup="false" codefile="ActionWindowUserDownload.ascx.cs" inherits="development.ActionWindowUserDownload"> Hello there %@>ActionWindowUserDownload.ascx.cs contains:using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using EPiServer; namespace development { [EPiServer.PlugIn.GuiPlugIn(DisplayName = "ActionWindowUserDownload", Description = "Action window user download plug-in", Area = EPiServer.PlugIn.PlugInArea.ActionWindow, Url = "~/ActionWindowUserDownload.ascx")] public partial class ActionWindowUserDownload : System.Web.UI.UserControl { protected void Page_Load(object sender, EventArgs e) { } } }I've recompiled till I'm blue in the face, tried various namespaces etc... but the new option never appears in the action window. Does anyone know what might cause this? Thanks in advance, Dan