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

Source Error:


Line 13:         contact.Email = txtEmail.Value.Trim();
Line 14:         contact.Name = txtName.Value.Trim();
Line 15:         contact.Description = txtPhone.Value.Trim() + " " + txtMessage.Value.Trim();
Line 16:         contact.Title = txtTitle.Value.Trim();
Line 17:         contact.Pubdate = DateTime.Now;

Source File: c:\inetpub\vhosts\siminkaraj.com\httpdocs\Comment.aspx.cs    Line: 15






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