I have written numerous Edit/Admin-mode plugins for EPiServer CMS over the years, and it has somewhat intruiged me that plugin-framework requires an . ascx (or . aspx) to be available. PlugIns thus have to consist of several files besides the assembly (dll) and often requires directories to be named (and positioned) correctly in order to work. One approach to workaround this that I recently came up with is to have the plugin's assembly contain the needed . ascx files as embedded resources and...
[ Read full article ]