Ok - tearing my hair out...
I have a web service I am working on. Recently I made a whole bunch of changes and now, although I can successfully compile it, when I run it my break-points will not work. The red dot turns into a circle and floating the mouse over it reveals the message:
The breakpoint will no currently be hit. No symbols have been loaded for this document.
I have NO idea what I changed to cause this to begin happening. One big change was to add a reference to a WSDL, but I really don't think that is the problem.
I have read many posts that says this problem is usually caused when Visual Studio is not in Debug mode - but I can not find out how to determine if it is in debug mode or now. I have VS 2008 - and the instructions I've seen on other sites lead nowhere. I can not find anything that indicates "debug mode" - am I just not looking hard enough?
Help - I am about to dump the program and start all over again - 2 weeks worth of work - but unless I can find the problem I'm afraid it may just happen again.
Des
I have a web service I am working on. Recently I made a whole bunch of changes and now, although I can successfully compile it, when I run it my break-points will not work. The red dot turns into a circle and floating the mouse over it reveals the message:
The breakpoint will no currently be hit. No symbols have been loaded for this document.
I have NO idea what I changed to cause this to begin happening. One big change was to add a reference to a WSDL, but I really don't think that is the problem.
I have read many posts that says this problem is usually caused when Visual Studio is not in Debug mode - but I can not find out how to determine if it is in debug mode or now. I have VS 2008 - and the instructions I've seen on other sites lead nowhere. I can not find anything that indicates "debug mode" - am I just not looking hard enough?
Help - I am about to dump the program and start all over again - 2 weeks worth of work - but unless I can find the problem I'm afraid it may just happen again.
Des
Comment