Debugging not working :-(

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."
 
A

alien2_51

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..?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top