I am facing the following message while trying to debug my code:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
I have VS 2008 and SharePoint 2007.
Whenever I change my code and attach to w3wp.exe process I cant hit any breakpoint, although I:
- deployed the built DLLs to the Global Assembly Cache (GAC)
- recycled the IIS Application pool
- restarted the IIS
- restarted my Server
- restarted my IDE (VS)
but unfortunately none of the above solved the issue.
Please advise.