G
Guest
I converted (manually) my 2003 web site to 2005. When I place my break point
on the first line of code in the page load of the default page, the page does
not stop at the break point. If I hover over the break point, I see the
message "The breakpoint will not currently be hit. No symbols have been
loaded for this document". I'm not sure what this means or what I need to
do. I manually converted console applications and I have had no problem in
running the debugger on those.
My web page calls other classes from other packages, and I am allowed and
the system reacts to break points I place in that code, but it will simply
not react to any break points on the web page. I had the system re-create
the web.config file to ensure the problem was not in that file. When I
removed the config file, the system automatically generated the web.config
file with the appropriate setting which allow me to debug.
I create a new web project and that project allows me to put in break points
and the system reacts to those. SO it must be something that I must set on a
converted project.
Any Ideas?
on the first line of code in the page load of the default page, the page does
not stop at the break point. If I hover over the break point, I see the
message "The breakpoint will not currently be hit. No symbols have been
loaded for this document". I'm not sure what this means or what I need to
do. I manually converted console applications and I have had no problem in
running the debugger on those.
My web page calls other classes from other packages, and I am allowed and
the system reacts to break points I place in that code, but it will simply
not react to any break points on the web page. I had the system re-create
the web.config file to ensure the problem was not in that file. When I
removed the config file, the system automatically generated the web.config
file with the appropriate setting which allow me to debug.
I create a new web project and that project allows me to put in break points
and the system reacts to those. SO it must be something that I must set on a
converted project.
Any Ideas?