Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   .NET (http://www.forosdelweb.com/f29/)
-   -   problemas con la cache (http://www.forosdelweb.com/f29/problemas-con-cache-243910/)

kansaki 02/11/2004 22:47

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
:'( :'( :'( :'( :'( :'(


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

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.