Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'RequestContext' does not exist in the current context

Source Error:


Line 17: {
Line 18: 	string CacheKey = "blogs_GetLastPosts_Summary_" + username;
Line 19: 	object cache = RequestContext.Cache[CacheKey];
Line 20: 	if (cache == null)
Line 21: 	{

Source File: d:\svc100\aspitalia.com\html\online\gadgets\list_blogs.ascx    Line: 19





Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433