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: CS1061: 'DL.tblCM' does not contain a definition for 'MetaKeyword' and no extension method 'MetaKeyword' accepting a first argument of type 'DL.tblCM' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 32: 
Line 33:                 Page.Title = pageDetail.MetaTitle.ToString();
Line 34:                 Page.MetaKeywords = pageDetail.MetaKeyword.ToString();
Line 35:                 Page.MetaDescription = pageDetail.MetaDescription.ToString();
Line 36:                 var author = new HtmlMeta { Name = "author", Content = pageDetail.MetaAuthor.ToString() };

Source File: d:\Projects\S\SkywardNew\SkywardNew\page.aspx.cs    Line: 34






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