Foros del Web » Programación para mayores de 30 ;) » .NET »

problemas con la cache

Estas en el tema de problemas con la cache en el foro de .NET en Foros del Web. Hola Amigos, me ocurrió el siguiente error (tengo un sub ... que se encuentra en un web form1 dicho sub ... lo llamo de otro ...
  #1 (permalink)  
Antiguo 02/11/2004, 22:47
 
Fecha de Ingreso: noviembre-2004
Mensajes: 42
Antigüedad: 19 años, 6 meses
Puntos: 0
Pregunta problemas con la cache

Hola Amigos, me ocurrió el siguiente error (tengo un sub ... que se encuentra en un web form1 dicho sub ... lo llamo de otro web formX y cuando llega al punto del sub ... arroja un error) y no se como poder solucionarlo de ante mano gracias por la ayuda .urgente

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
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:59.