I am working on Sharepoint 2010 projects in Visual Studio 2010 and i am trying to attach to the w3wp.exe process. I attach fine and a few of my assemblies show up in the Modules pane, but the main assembly i want to debug does not. I have done everything to specifying the place to look for the pdb and even copying the pdb to a folder and pointing VS to look at that folder for the symblos but it still hasn't helped.
- i have retracted and deployed
- I have Cleaned all projs in the solution and then REBUILT and deployeed
- I have rebooted
- deleted bin and obj directories, cleaned, rebuilt and deployed
I don't know what else to try. I have tried things from posts all over the web, anyone have anything else to try. keep in mind this is a SHarePoint 2010 server with Visual Studio 2010 on it.