Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

loading a plugin at runtime

Vote:
 

Is it possible to add a (gui) plugin at runtime?

I understand that I can implement icustompluginloader and determine there which plugins to load, however the plugin is not discoverable by episerver because its situated in another assembly which loaded into the appdomain at runtime and therefore not available when episerver scans for plugin attributes on startup.

somethink like :

var plugin = typeof(myplugin)

Episerver.plugins.Add(plugin)

 

on subsequent page request this plugin will now be executed.

 

#68066
Mar 15, 2013 13:52
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.