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:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...