Debug symbols not for all .aspx forms.

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
 
H

Habib Heydarian [MSFT]

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.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top