Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2010, 04:09
wilwas
 
Fecha de Ingreso: abril-2005
Ubicación: España - Madrid
Mensajes: 236
Antigüedad: 19 años, 1 mes
Puntos: 2
System.Web.HttpException: ISessionIDManager.InitializeRequest

Buenas,

¿Alguna idea de por que se puede producir esta excepcion?

System.Web.HttpException: ISessionIDManager.InitializeRequest has not been called for this request yet. In each request, please first call ISessionIDManager.InitializeRequest before calling other methods.
at System.Web.SessionState.SessionIDManager.CheckInit ializeRequestCalled(HttpContext context)
at System.Web.SessionState.SessionIDManager.GetSessio nID(HttpContext context)
at System.Web.SessionState.SessionStateModule.Delayed GetSessionId()
at System.Web.SessionState.SessionStateModule.Release StateGetSessionID()
at System.Web.SessionState.SessionStateModule.OnRelea seState(Object source, EventArgs eventArgs)
at System.Web.SessionState.SessionStateModule.OnEndRe quest(Object source, EventArgs eventArgs)
at System.Web.HttpApplication.SyncEventExecutionStep. System.Web.HttpApplication.IExecutionStep.Execute( )
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)