MaysamSh

Untitled

Apr 8th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Input string was not in a correct format.
  2.  
  3. 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.
  4.  
  5. Exception Details: System.FormatException: Input string was not in a correct format.
  6.  
  7. Source Error:
  8.  
  9.  
  10. Line 108: Response.Write(">" & temp & "<")
  11. Line 109:
  12. Line 110: output &= vbCrLf & "<div>" & vbCrLf & "<h2 class='title'>" & GetCatName(temp) & "</h2>" & vbCrLf & _
  13. Line 111: k.ListCategoriesForHome("contents", _Section, _Lang, IDsList(j), _url, _top) & vbCrLf & _
  14. Line 112: "</div>" & vbCrLf
  15.  
  16. Source File: C:\inetpub\wwwroot\sosco\Default.aspx.vb Line: 110
  17.  
  18. Stack Trace:
  19.  
  20.  
  21. [FormatException: Input string was not in a correct format.]
  22. Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) +181
  23. Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +60
  24.  
  25. [InvalidCastException: Conversion from string " " to type 'Integer' is not valid.]
  26. Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value) +240
  27. _Default.loadCats() in C:\inetpub\wwwroot\sosco\Default.aspx.vb:110
  28. _Default.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\sosco\Default.aspx.vb:24
  29. System.Web.UI.Control.OnLoad(EventArgs e) +92
  30. System.Web.UI.Control.LoadRecursive() +54
  31. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Advertisement
Add Comment
Please, Sign In to add comment