kumaran_sb
May 4th, 2003, 06:38 PM
Hi Guys
I've been trying to figure this out for a couple of days now..
I have an app which uses a cached dataset(Cache["DataSet"])..Now whenever there is an application error
say some exception is thrown, I have a feeling it screws up the Cache Object..
It looks like there is an entry for "DataSet" in the Cache but it holds a null reference..
So is there anyway, reload the Cache or remove this reference from the Cache on some error..??
Note that the Cache object is out of scope in the Global.asax!! OR am i mistaken?
Regards
K
I've been trying to figure this out for a couple of days now..
I have an app which uses a cached dataset(Cache["DataSet"])..Now whenever there is an application error
say some exception is thrown, I have a feeling it screws up the Cache Object..
It looks like there is an entry for "DataSet" in the Cache but it holds a null reference..
So is there anyway, reload the Cache or remove this reference from the Cache on some error..??
Note that the Cache object is out of scope in the Global.asax!! OR am i mistaken?
Regards
K