Jump to content

Server Error In Input String


I1
 Share

Recommended Posts

Got this trying to refresh (browser refersh button) an existing page being displayed.

>>>>>>>>>>

Server Error in '/' Application.

Input string was not in a correct format.

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.FormatException: Input string was not in a correct format.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[FormatException: Input string was not in a correct format.]

Microsoft.VisualBasic.CompilerServices.DecimalType.Parse(String Value, NumberFormatInfo NumberFormat) +207

Microsoft.VisualBasic.CompilerServices.LongType.FromString(String Value) +90

[InvalidCastException: Cast from string "false" to type 'Long' is not valid.]

Microsoft.VisualBasic.CompilerServices.LongType.FromString(String Value) +199

Microsoft.VisualBasic.CompilerServices.LongType.FromObject(Object Value) +711

Microsoft.VisualBasic.CompilerServices.ObjectType.BitOrObj(Object obj1, Object obj2) +861

InstantASP.InstantForum.WebSite.shwmessage.ThreadRepeater_ItemDataBound(Object Sender, RepeaterItemEventArgs e)

System.Web.UI.WebControls.Repeater.OnItemDataBound(RepeaterItemEventArgs e) +110

System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +139

System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +477

System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +48

System.Web.UI.WebControls.Repeater.DataBind() +23

InstantASP.InstantForum.WebSite.shwmessage.BindData()

InstantASP.InstantForum.WebSite.shwmessage.Page_Load(Object Sender, EventArgs E)

System.Web.UI.Control.OnLoad(EventArgs e) +67

System.Web.UI.Control.LoadRecursive() +35

System.Web.UI.Control.LoadRecursive() +98

System.Web.UI.Page.ProcessRequestMain() +750

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Link to comment
Share on other sites

And again trying to view a thread

>>>>>>

Server Error in '/' Application.

Input string was not in a correct format.

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.FormatException: Input string was not in a correct format.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[FormatException: Input string was not in a correct format.]

Microsoft.VisualBasic.CompilerServices.DecimalType.Parse(String Value, NumberFormatInfo NumberFormat) +207

Microsoft.VisualBasic.CompilerServices.LongType.FromString(String Value) +90

[InvalidCastException: Cast from string "false" to type 'Long' is not valid.]

Microsoft.VisualBasic.CompilerServices.LongType.FromString(String Value) +199

Microsoft.VisualBasic.CompilerServices.LongType.FromObject(Object Value) +711

Microsoft.VisualBasic.CompilerServices.ObjectType.BitOrObj(Object obj1, Object obj2) +865

InstantASP.InstantForum.WebSite.shwmessage.ThreadRepeater_ItemDataBound(Object Sender, RepeaterItemEventArgs e)

System.Web.UI.WebControls.Repeater.OnItemDataBound(RepeaterItemEventArgs e) +109

System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +139

System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +477

System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +48

System.Web.UI.WebControls.Repeater.DataBind() +23

InstantASP.InstantForum.WebSite.shwmessage.BindData()

InstantASP.InstantForum.WebSite.shwmessage.Page_Load(Object Sender, EventArgs E)

System.Web.UI.Control.OnLoad(EventArgs e) +67

System.Web.UI.Control.LoadRecursive() +35

System.Web.UI.Control.LoadRecursive() +98

System.Web.UI.Page.ProcessRequestMain() +750

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...