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

Source Error:


Line 19: 
Line 20: 	templateBuilder.Append("<!doctype html>\r\n<html>\r\n<head>\r\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>");
Line 21: 	templateBuilder.Append(Utils.ObjectToStr(config.webtitle));
Line 22: 	templateBuilder.Append("</title>\r\n    <meta content=\"");
Line 23: 	templateBuilder.Append(Utils.ObjectToStr(config.webkeyword));

Source File: d:\wwwroot\webnet\wwwroot\aspx\main\content.aspx    Line: 21






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