Thursday, July 4, 2013

Unable to attach debugger to ShrarePoint Timer Job

I followed all steps in below link

http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo

and still it was not working, finally when service account for ShrarePoint Timer service, was changed from 'Local System Account' to 'spFarmAcc' I was able to attach debugger

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...