Ch 10 - Viewing asp.net cache
I am trying to use the cache viewer in other application. I always get the following error (some text is in spanish):
[NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.]
clase.CacheViewer.GetCache(HttpContext currentContext) +127
clase.CacheViewer.ProcessRequest(HttpContext currentContext) +17
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +64
Regards
|