Tagged Questions
0
votes
1answer
274 views
Debugging a Timer Job
I was not able to do something a little more elaborate with my timer job so I decided to check if something basic works. So I tried the code below - but it keeps giving me this error - why?
UPDATE
...
0
votes
1answer
207 views
Expiration Policy Job - debugging
I am trying to find out what error is preventing our Expiration Policy timer job from completing.
It is scheduled daily about 10PM. Sometimes when I come in in the morning it is Aborted, sometimes ...
4
votes
4answers
1k views
What techniques do you use to debug/test your SharePoint Timer Jobs?
I have developed a number of SharePoint Timer Jobs and they are always a bit more painful to debug and test than other areas of SharePoint.
I was wondering what tools/techniques other people use to ...