Debugging not working :-(

  • Thread starter Thread starter joe
  • Start date Start date
J

joe

Since last friday I cannot get any of my breakpoints in
any of my C# code to be hit. I was using the attatch to
process with Script and CLR checked and attatching to the
asp process. This worked on Thurs, and nothing that I am
aware of has changed since then. I have shut down the box
and restarted and it still will not hit the breakpoints.
It will hit any VB script or breakpoints in the HTML, but
not the .cs code behind pages.

Please any help on this? I get a question mark on my C#
breakpoints that don't get hit and if I hover over them it
says, "The breakpoint will not currently be hit. No
symbols have been loaded for this document."
 
I know you've already checked this..

VS.NET>>Build>>Configuration Manager>>Active Solution Configuration = Debug

Also make sure your not referencing any realease components.. Try adding all
related projects into the same solution
remove your references and add project references in place of them.. Kick
it... Yell at it... Create new project, see if debugging works..?
 
Back
Top