From Mungo Mockingbird, 5 Years ago, written in Plain Text.
Embed
  1. Server Error in '/' Application.
  2.  
  3. Error persisting StickySession: SimpleSerialize method returned nothing
  4.  
  5. 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.
  6.  
  7. Exception Details: System.Exception: Error persisting StickySession: SimpleSerialize method returned nothing
  8.  
  9. Source Error:
  10.  
  11.  
  12. Line 309:                    throw new Exception("Error persisting StickySession: SimpleSerialize method returned nothing");
  13. Line 310:                }
  14. Line 311:            }
  15. Line 312:            else
  16. Line 313:            {
  17.  
  18. Source File: C:\ja-legacy\Projects\Utilities\Library\src\JA\Session\ActiveStickySession.cs    Line: 311
  19.  
  20. Stack Trace:
  21.  
  22.  
  23. [Exception: Error persisting StickySession: SimpleSerialize method returned nothing]
  24.    JA.Session.ActiveStickySession.persist() in C:\ja-legacy\Projects\Utilities\Library\src\JA\Session\ActiveStickySession.cs:311
  25.    JA.Session.WebSession.persist() in C:\ja-legacy\Projects\Utilities\Library\src\JA\Session\WebSession.cs:918
  26.    JA.Session.WebSession.saveSession() in C:\ja-legacy\Projects\Utilities\Library\src\JA\Session\WebSession.cs:902
  27.    JA.Session.WebSession.initSession() in C:\ja-legacy\Projects\Utilities\Library\src\JA\Session\WebSession.cs:644
  28.    Global.Application_AuthorizeRequest(Object sender, EventArgs e) in C:\ja-legacy\Projects\WebApplications\WebApplication\Global.asax.cs:381
  29.    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
  30.    System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
  31.    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88