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: CS0117: 'DeotixCMSLibrary.CMSHelper.CMSContext' does not contain a definition for 'IsAuthorized'

Source Error:


Line 18:     protected void Page_Load(object sender, EventArgs e)
Line 19:     {
Line 20:         if (CMSContext.CurrentSite != null && SettingsKeyProvider.GetValue<bool>(CMSContext.CurrentSite.SiteName + ".AuthenticatedAccessOnly") && !CMSContext.IsAuthorized())
Line 21:             Response.Redirect("~/CMSPages/Login.aspx?DestUrl=" + Request.RawUrl);
Line 22: 

Source File: c:\inetpub\vhosts\u0465577.plsk.regruhosting.ru\kitaphane.ru\CMSPages\GetBizFormFile.aspx.cs    Line: 20





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