Advertisement
Guest User

Untitled

a guest
May 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Server Error in '/' Application.
  2. Object reference not set to an instance of an object.
  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.NullReferenceException: Object reference not set to an instance of an object.
  6.  
  7. Source Error:
  8.  
  9. 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.
  10.  
  11. Stack Trace:
  12.  
  13.  
  14. [NullReferenceException: Object reference not set to an instance of an object.]
  15. RecommendedAccountCollection.reset() in D:\DevOpsAgentSvc\_work\1164\s\fgleo\fgleo\Utilities\Advice\RecommendedAccountCollection.cs:238
  16. RecommendedAccountCollection.getAccountCollection() in D:\DevOpsAgentSvc\_work\1164\s\fgleo\fgleo\Utilities\Advice\RecommendedAccountCollection.cs:138
  17. Advisor_controls_SimpleAccountViewSelector.Page_Init(Object sender, EventArgs e) in D:\DevOpsAgentSvc\_work\1164\s\AdvisorWebSite\Advisor\controls\SimpleAccountViewSelector.ascx.cs:25
  18. System.Web.UI.Control.OnInit(EventArgs e) +105
  19. System.Web.UI.Control.InitRecursive(Control namingContainer) +165
  20. System.Web.UI.Control.InitRecursive(Control namingContainer) +369
  21. System.Web.UI.Control.InitRecursive(Control namingContainer) +369
  22. System.Web.UI.Control.InitRecursive(Control namingContainer) +369
  23. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1597
  24.  
  25. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3394.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement