Hi...
I've developed a custom timer job using the SPJobDefinition class. The idea is to extend the existing Alert Me notifications, by allowing to send notifications to the members of a Role using the asp.net role provider framework.
After a lot of trial and error, I'm beginning to think it might not even be possible to use the RoleManager from a Custom Timer Job?
No matter which web-application my job is installed on, I keep receiving the "The Role Manager feature has not been enabled." exception.
Can anyone tell me a way of traversing roles through a custom timer job?