In many projects i use app_code directory. The current version of nstruts library not support actions locate in App_Code special directory of web project. I suggest to modify ProcessActionCreate ...
Enable support of multiple Assembly loading via configuration example: <plug-in type="nstruts.actions.CustomConfigurationPlugIn,nstruts"> <set-property property="Description" value="action ...
I have a problem when use a plugin that not loaded in web application AppDomain, in this case i think that CustomConfigurationPlugIn not configure correctly my plugin. I suggest modify it: public...