Guest User

Untitled

a guest
Nov 17th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Server Error in '/portal' Application.
  2. There is no row at position 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.IndexOutOfRangeException: There is no row at position 2.
  6.  
  7. Source Error:
  8.  
  9.  
  10. Line 66: }
  11. Line 67:
  12. Line 68: Response.Write(PageRenderer.Render(this));
  13. Line 69:
  14. Line 70:
  15.  
  16.  
  17. Source File: c:\Inetpub\PortalWeb_15nov2010_1\Manager.aspx.cs Line: 68
  18.  
  19. Stack Trace:
  20.  
  21.  
  22. [IndexOutOfRangeException: There is no row at position 2.]
  23. System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +1551286
  24. System.Data.RBTree`1.get_Item(Int32 index) +19
  25. System.Data.DataRowCollection.get_Item(Int32 index) +11
  26. PortalLogic.Paragon.GetEditTimeTableHTML(Int32 p_UserID, String p_MondayDate) in D:\Work\DLSOURCESAFE\Paragon\Projects\Portal\PortalLogic\TimeTable.cs:305
  27. PortalLogic.PageRenderer.RenderPage(Page p_Page) in D:\Work\DLSOURCESAFE\Paragon\Projects\Portal\PortalLogic\PageRenderer.cs:376
  28. PortalLogic.PageRenderer.Render(Page p_Page) in D:\Work\DLSOURCESAFE\Paragon\Projects\Portal\PortalLogic\PageRenderer.cs:83
  29. Portal.Manager.Page_Load(Object sender, EventArgs e) in c:\Inetpub\PortalWeb_15nov2010_1\Manager.aspx.cs:68
  30. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
  31. System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
  32. System.Web.UI.Control.OnLoad(EventArgs e) +99
  33. System.Web.UI.Control.LoadRecursive() +50
  34. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Add Comment
Please, Sign In to add comment