New Post: Problems getting to work
Hi, I have installed your feature and can create timer jobs, but they do not seem to be doing anything. Here is my code:Imports Microsoft.SharePointImports Microsoft.SharePoint.Utilities Namespace...
View ArticleNew Post: Problems getting to work
Hi sandy Currently you don't have a valid constructor and you've configured your job to use a constructor with 2 parameters (http://ne-per-md1 and /)Change the following linePublicSub...
View ArticleNew Post: Problems getting to work
Hi Damien,Thanks for the quick response, but after making that change, still nothing happening.Any other ideas?
View ArticleNew Post: Problems getting to work
Sandy Ok then I guess that the Timer Job maybe caching the Assemblies. You need to follow the steps belowStop the Windows SharePoint Services Timer ServiceGo to the following path C:\Documents and...
View ArticleNew Post: Run it on child sites
Hello, In your blog i read:"The job will also only run against the "Root" Site Collection of the Web Application... So if your site is e.g http://mySite/sites/myChildSite then it won't run. I will need...
View ArticleNew Post: An error in the source code, plus a suggestion
Hello,This is a great solution you have there. I just want to point out 1 or 2 errors in the source code, which may prevent users from building and deploying from it. Also, I have a suggestion on how...
View ArticleNew Post: Problems getting to work
Hi Damien,I tried out the above steps but still couldnt see the result.My code:namespace Company.Global.ITSM.Survey.TimerJob{ public class ITSMTimerJob { public ITSMTimerJob() { }...
View ArticleNew Post: Problems getting to work
SaiYour Assembly line in the List reads -Assembly: Company.Global.ITSM.Survey.TimerJob, 1.0.0.0, Culture=neutral, PublicKeyToken=872feffd9b3651f3It probably should read -Assembly:...
View Article