if you go to the Calendar page for any project and click on any Issue that's displayed, you will get an error "Application Error - /BugNET/Projects/Issues/IssueDetail.aspx".
the path to the page looks wrong
looks like the fix is just to update the link to
/BugNET/Issues/IssueDetail.aspx
instead of
/BugNET/Projects/Issues/IssueDetail.aspx
Comments: played around with it some more, it looks like it depends how you enter the calendar page. i tried 2 ways First i entered using the dropdown next to the project name on the homepage which took me to BugNET/Projects/ProjectCalendar/9 i clicked on the issue in the calendar and received the error i posted about In another tab i opened Project Summary page and then clicked Project -> Calendar which took me to BugNET/Projects/ProjectCalendar.aspx?pid=9 i clicked on the issue in the calendar and was taken to the Issue Detail page (no errors) it seems that it depends whch url format is used to load the calendar that cuases the issue. ProjectCalendar/9 <- causes issue ProjectCalendar.aspx?pid=9 <- works fine
the path to the page looks wrong
looks like the fix is just to update the link to
/BugNET/Issues/IssueDetail.aspx
instead of
/BugNET/Projects/Issues/IssueDetail.aspx
Comments: played around with it some more, it looks like it depends how you enter the calendar page. i tried 2 ways First i entered using the dropdown next to the project name on the homepage which took me to BugNET/Projects/ProjectCalendar/9 i clicked on the issue in the calendar and received the error i posted about In another tab i opened Project Summary page and then clicked Project -> Calendar which took me to BugNET/Projects/ProjectCalendar.aspx?pid=9 i clicked on the issue in the calendar and was taken to the Issue Detail page (no errors) it seems that it depends whch url format is used to load the calendar that cuases the issue. ProjectCalendar/9 <- causes issue ProjectCalendar.aspx?pid=9 <- works fine