Hi
I've been having a few problems with .net not working properly for the last few hours. I've been searching posts, google etc with no joy.
I set a breakpoint and the code gets executed but the breakpoint does not get hit. Also I get an error message on the breakpoint itself.
'The breakpoint will not currently be hit. No symbols have been loaded for this document.'
I have checked the following that other posts suggest could be the problem.
In debug mode.
Deleted dlls.
No duplication of page.
If I put a breakpoint in another page (of the same solution) then the code does break and no error shows. The problem only occurs in one aspx page.
Something possibly unrelated but seems odd is I get the following warning (well lots of similar messages). Possibly a problem in web.config?
Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. E:\VSSolutions\celebrations\web.config 10 2 E:\VSSolutions\celebrations\
If anyone has any suggestions I'd be grateful.