Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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