I have three features in a solution:
- A Web-scoped feature (A): has a FeatureActivated call to set up a site
- A Site-scoped feature (B): contains web parts A uses
- A stapling feature (C): staples A to a site definition
Is it possible to have a Feature Dependancy from A onto B that will cause B to be automatically activated? I've tried it in various combinations using the standard Feature Dependancy section on feature A, but the activation always fails.
If this isn't possible using the standard method, is there an alternative method I can use?