Since Spring.NET maps advices to classes in an XML file, is it possible to add advice to classes in a DLL without making any changes to it? If not, what would be the minimal amount of changes required for the DLL to apply the advice in the XML configuration?


Reply With Quote