Debug symbols not for all .aspx forms.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a ASP.NET project. Debugger refuses to load symbols for one of .aspx pages, though is does load them for other files. The error message on the breakpoint says "No symbols have been loaded for the document". The strange behaviour is that when I change the file name from Report.aspx to ReportNew.aspx, debugging for the page works (!), but I need the original name. On other machine the project works well. I tried deleting the project from IIS and from disc and reopening it from source safe, but it didn't help.

Thanks for any sugestions.
AK
 
Do you have more than one file called Report.aspx? If so, that is most
likely the cause of the problem. As you've discovered, the workaround is to
rename the file. Once you're ready to deploy your application, you can
revert back the file name. This is a known issue.

HabibH.

AK said:
I have a ASP.NET project. Debugger refuses to load symbols for one of
..aspx pages, though is does load them for other files. The error message on
the breakpoint says "No symbols have been loaded for the document". The
strange behaviour is that when I change the file name from Report.aspx to
ReportNew.aspx, debugging for the page works (!), but I need the original
name. On other machine the project works well. I tried deleting the project
from IIS and from disc and reopening it from source safe, but it didn't
help.
 
Back
Top