I've created a plugin which adds some extra settings (extra tab) to the add/update user page in admin mode (using the ISidSettings interface). I removed the user control from the template/Units folder, but EPiServer still search for it. This results in an error message when trying to add or update users. How do I remove a custom plugin for EPiServer?
Hi.
In admin mode, under the tab Config, select Plug-in Manager.
Here you will get a list of all the assemblies that are installed. Click on the assembly containing your plugin.
Next, click on the tab Overview, and find your plugin. Uncheck it, and click Save.
Frank :)