Bugs item #1456673, was opened at 2006-03-23 04:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1456673&group_id=152364
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: UI
Group: Beta 1
Status: Open
Resolution: None
Priority: 8
Submitted By: Si Carter (tectsoft)
Assigned to: Si Carter (tectsoft)
Summary: Unhandled exception viewing topic that has been deleted
Initial Comment:
When you follow an email link, to a topic that has been
deleted you get an unhandled exception:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and
where it originated in the code.
Exception Details: System.NullReferenceException:
Object reference not set to an instance of an object.
Source Error:
Line 12: <%=GetBoardTitle()%>
Line 13: -
Line 14: <%=GetTopicTitle()%>
Line 15: </title>
Line 16: <meta content="Microsoft Visual Studio .NET
7.1" name="GENERATOR">
Source File:
E:\Domains\dnfbb.fbtalk.net\wwwroot\ViewTopic.aspx
Line: 14
Stack Trace:
[NullReferenceException: Object reference not set to an
instance of an object.]
DotNetForum.WebSite.ViewTopic.GetTopicTitle() in
C:\projects\dnfBB\wwwroot\ViewTopic.aspx.cs:67
ASP.ViewTopic_aspx.__Render__control1(HtmlTextWriter
__output, Control parameterContainer) in
E:\Domains\dnfbb.fbtalk.net\wwwroot\ViewTopic.aspx:14
System.Web.UI.Control.RenderChildren(HtmlTextWriter
writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter
writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926
Version Information: Microsoft .NET Framework
Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1456673&group_id=152364
|