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: CS0118: 'System.Web.UI.Page.Context' is a 'property' but is used like a 'type'

Source Error:


Line 2:  <script language="C#" runat="server">
Line 3:  	void Page_Load(object sender, EventArgs e) {
Line 4:  		Context currentContext = new Context();
Line 5:  
Line 6:  		string fullPageTitle = "";

Source File: d:\wwwroot\Out_Wpl\Inappropriate.aspx    Line: 4






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4682.0