As explained at http://social.msdn.microsoft.com/Forums/sharepoint/en-US/fd1edf17-ffb4-4486-9fc4-8314d632c6ff/timer-job-access-denied-error
Add a function on the .cs file of timer job.
protected override bool HasAdditionalUpdateAccess()
{
return true;
}
Add a function on the .cs file of timer job.
protected override bool HasAdditionalUpdateAccess()
{
return true;
}
No comments:
Post a Comment