La memoria caché no está disponible
Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.
Detalles de la excepción: System.Web.HttpException: La memoria caché no está disponible
Error de código fuente:
Línea 113: Sub ca_che()
Línea 114: Dim a1, b, c As String
Línea 115: Cache("a1") = TxtNomPro.Text
Línea 116: Cache("b") = TxtNomTar.Text
Línea 117: Cache("c") = RdLista.SelectedIndex
Archivo de origen: H:\Inetpub\wwwroot \wf_ingresar.aspx.vb Línea: 115
Seguimiento de la pila:
[HttpException (0x80004005): La memoria caché no está disponible]
System.Web.UI.Page.get_Cache() +63
tesis.wf_ingresar_tarea.ca_che() in
H:\Inetpub\wwwroot\trs\wf_ingresar.aspx.vb:115
trs.Wf_modificaciones.lkfeinicio_Click(Object sender, EventArgs e) in H:\Inetpub\wwwroot\trs\Wf_modificaciones.aspx.vb:1 06
System.Web.UI.WebControls.LinkButton.OnClick(Event Args e) +108
System.Web.UI.WebControls.LinkButton.System.Web.UI .IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1277
los web form son en asp.net





