I am trying to debug an event receiver by attaching to the SP sites w3wp.exe process, however the breakpoints are not being hit, and VS2005 is telling me no symbols have been loaded.
The Event Receiver is definitely installed and working.
I installed the event receiver by building a wsp file using makecab and using stsadm.
Have I missed a step? Everywhere I look on line they say it's as simple as attaching to w3wp...