Re: Cache is a tpe and cannot be used as an expression error

Tech-Archive recommends: Fix windows errors by optimizing your registry



be sure System.Web.dll is references by project your class is in, and to get
the current Cache object being used by the asp.net, call
System.Web.HttpContect.Current.Cache


.