Hi,
I was using Visual Studio 2012 to create a timer job in SharePoint 2013. I am facing a strange issue. The steps which I followed are as follows.
1. Create a SharePoint Project
2. Created a timer job and deployed.
3. Debug the timer for the first time. Works absolutely fine.
4. Made some code changes on the timer job .
5. ReDeploy the same wsp.
6. Attach to OWSTimer Process
7. Debugger gets hit. But the variable, it is showing unable to evaluate expression.
To summarise, the first time, my debugging is working fine. later on, when i deploy with even some minor changes or without any change also, debugging is not working.
Sathish | Mark the answers if it helps to solve your problem |