I found a few other similar threads in the forum, but none of the "resolutions" helped me... so, I am posting a new thread.
I am using WindowsXP with .Net v2.0.50727 and Microsoft Visual Studio 2005. I have the full DNN + Source at c:\work\DNN and c:\work\DNN\WebSite is mapped to http://localhost/dnndev. I have debug=true in my web config. I am compiling debug (with PDBs). The projects are setup to put the DLLs and PDBs in the c:\work\DNN\WebSite\bin folder (based on date time stamps, it is doing so). I have cleared ALL assembly cache. I have set the IIS apppool to allow debuggin (settings->application configuration->debugging->both checkboxes). I have rebooted to ensure all new settings have taken hold.
Ok... so, in dev studio I attach to aspnet_wp.exe. My breakpoint goes to a hollow circle.
I refresh the web page and the symbols are loaded for DotNetNuke.dll, at which point my breakpoint switches back to a solid red circle. Just to confirm symbols are lined up, I tried to set a breakpoint between two functions, and the breakpoint jumped to the start of the next function.
page loads... no breakpoints hit.
I am about to throw my computer out of a window... any ideas?
-Shaun