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: BC30456: 'GetNewsLettersById' is not a member of 'NewNotices'.

Source Error:


Line 22: 
Line 23:             Dim dt As DataTable
Line 24:             dt = objNews.GetNewsLettersById(id)
Line 25:             lblHeading.Text += "<div class='nfullmain-container'><div class='nfullmain'>Updated on: " & CDate(dt.Rows(0).Item("NoticeDate")).ToString("dd-MMM-yyyy") & "</div><br>"
Line 26:             lblHeading.Text += "<div class='nfullhead-text'><b>" & dt.Rows(0).Item("Heading") & "</b></div><br>"

Source File: D:\Websites\ArchdioceseOfNagpur\B_Circular.aspx.vb    Line: 24






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