Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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:
- Line 108: Response.Write(">" & temp & "<")
- Line 109:
- Line 110: output &= vbCrLf & "<div>" & vbCrLf & "<h2 class='title'>" & GetCatName(temp) & "</h2>" & vbCrLf & _
- Line 111: k.ListCategoriesForHome("contents", _Section, _Lang, IDsList(j), _url, _top) & vbCrLf & _
- Line 112: "</div>" & vbCrLf
- Source File: C:\inetpub\wwwroot\sosco\Default.aspx.vb Line: 110
- Stack Trace:
- [FormatException: Input string was not in a correct format.]
- Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +181
- Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +60
- [InvalidCastException: Conversion from string " " to type 'Integer' is not valid.]
- Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +240
- _Default.loadCats() in C:\inetpub\wwwroot\sosco\Default.aspx.vb:110
- _Default.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\sosco\Default.aspx.vb:24
- System.Web.UI.Control.OnLoad(EventArgs e) +92
- System.Web.UI.Control.LoadRecursive() +54
- System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Advertisement
Add Comment
Please, Sign In to add comment